voytech / cljs-diagrams

A clojurescript relational desinger tool.
2 stars 1 forks source link

Layout abstraction and default layout #38

Closed voytech closed 6 years ago

voytech commented 6 years ago

Implement layout abstraction to allow different approaches to position elements. Same layouting mechanisms should be used for different containers :

Common properties of layouts :

voytech commented 6 years ago

Layout properties should include just a layouting function plus options which can be specific for that function . They can include origin, left, right and so on