Giter VIP home page Giter VIP logo

fusioncharts / faberjs Goto Github PK

View Code? Open in Web Editor NEW
33.0 5.0 8.0 550 KB

FaberJS is an open-source platform-independent layouting engine capable of mimicking different CSS layouting paradigm(ex. CSS grids)

License: Apache License 2.0

JavaScript 96.61% HTML 1.12% Shell 2.27%
layout layout-engine layout-algorithm css css-grid css-grid-layout svg-layout svg-layout-manager canvas js-layouts

faberjs's People

Contributors

priyanjitdey94 avatar sandeep1995 avatar siddharthapaul001 avatar yakuzaaaa avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

faberjs's Issues

Proper parsing of repeat configuration

A space between the two arguements in repeat breaks implementation. For example, repeat(auto-fit,20) will work, but repeat(auto-fit, 20) won't(Notice the space).

style: {
    .
    .
    gridTemplateColumns: repeat(auto-fit, 20)
    .
    .
}

Support `gridRow` and `gridColumn` properties

Only the following grid item placement properties are supported as of now:

  1. gridColumnStart
  2. gridColumnEnd
  3. gridRowStart
  4. gridRowEnd

gridRow and gridColumn attribute should also be supported and should accept all the standard inputs. For example,

gridColumn: 'start-line / end-line'; // start-line and end-line are line names
gridColumn: 'start-line / 4';        // 4 is the line number
gridColumn: '2 / span 2';            // start from line 2 and span up to the next 2 lines

Add more unit tests

More unit test need to be added for the grid-sizing and track sizing algorithms

Support multiple names of a grid line

gridTemplateColumns: [one] auto [two] auto [three] // works
gridTemplateColumns: [one] auto [two two-dash] auto [three] // won't work

The 2nd grid lines should take up both the names(two and two-dash).

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.