@panviz/layout
v0.0.1
Published
Layouts
Downloads
4
Maintainers
Readme
Panviz Layout
Collection of algorithms for coordinates computation in various layouts with no assumption on actual items positioning mechanism.
Live demo
Layouts
- Grid - defined by width or height
- Table - defined by number of columns or rows
- List - table with one column
- Radial (circular) - defined by radius
- Force - defined by distance between items
Roadmap
- Set min / max for layout controls
- Masonry option (for each layout)
- consider individual item size during placement
- Presets http://www.dubberly.com/concept-maps/3x4grid.html
Add layouts:
- Random
- ? Timeline (based on list)