subdivide
subdivide copied to clipboard
Split pane layout system for React. Each pane can be subdivided and any widget assigned to any pane allowing users to define layout.
I just want to why I'm having this error even though I copy the example code below? 
The project opens this page on ```npm start``` and opening ```localhost:3000/examples```  What's this?
An example on how to handle responsiveness / window resizing would be awesome. For example; a layout might have 2 panes as default, but when resizing (or opening the site...
i checked the example folder but don't know how
We want to be able to start the layout in a given state e.g. for an iFrame we want to pass in the `src` as `props`. If we have a...
Need to align pane boundaries to pixel boundaries browsers do a good job of this except on high DPI displays. We need to round `splitRatio * width` to an integer...
Detect pixel density and increase canvas for merge/split overlays size accordingly
- need to delete dividers when a join happens in first pass - run second pass from parent node for joins, merges, splits and split ratio changes