0.0.1 • Published 5 months ago

@panviz/layout v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

[](https://travis-ci.org/panviz/layout.svg?branch=master)

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

Add layouts:

  • Random
  • ? Timeline (based on list)