subdivide icon indicating copy to clipboard operation
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.

Results 9 subdivide issues
Sort by recently updated
recently updated
newest added

I just want to why I'm having this error even though I copy the example code below? ![Subdivide](https://user-images.githubusercontent.com/67408420/120110491-4fa3e000-c1a0-11eb-997d-7a5bda189826.jpg)

The project opens this page on ```npm start``` and opening ```localhost:3000/examples``` ![image](https://cloud.githubusercontent.com/assets/6055628/21008625/84e1d6a0-bd68-11e6-83bd-e9234c66964a.png) 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