react-sortable-pane
react-sortable-pane copied to clipboard
:sparkles: A sortable and resizable pane component for React.
So I have a `react-sortable-pane` on a page with two items. On initialization, they are in order `[0,1]`. If I swap the order to `[1,0]`, I fire off a `dragStop`...
Hi I'm using "react": "^15.6.1". when setting direction to 'horizontal' the list are normal but when set it to vertical all panes come stacked on top of each other i'm...
in orderChange I get next ``` [ { height:252, id:9, order: 1, width: 148, >>want here add parameter - name: 'some name from tag pane ', } { height:252, id:12,...
Hi! Storybook maintainer here. I'm looking around for a solution to a problem, and your package looks close to what we need! I'm wondering if you'd be interested in cooperating...
If you change the size of any child then ```sizePropsUpdated``` is set to true, then ```setSize``` is called, which ignore the ```order``` from props
I'm using a text area in the panes. When expanding the text area, the pane does not resize. Setting minHeight on the pane element makes the pane resize in correlation...
Great component... but how can interact with specific element inside Pane Component? For example inside Pane element I have 2 button that execute 2 different actions
How can I set a drag interval (instead of the default 1px, if I want to drag in 10px or 50px intervals) ? Thanks.
I notice that the left most pane (in horizontal setup) can't be dragged left to expand. How do I set up the same behavior on the right most component? (Prevent...
Resizing of panes does not work. I'm assuming I'm not doing anything wrong since I literally copied the controlled and uncontrolled examples into a new and empty React project and...