React split-pane component
npm install react-split-pane-nextSplit-Pane React component, can be nested or split vertically or horizontally!
I'm working on an updated version of this library, and looking for help:
Demo
http://react-split-pane-v2.surge.sh/
Install
``sh
npm install react-split-pane-next
yarn add react-split-pane-next
`
Usage
`jsx
import SplitPane, { Pane } from 'react-split-pane-next';
or you can use a plain old div
Using a Pane allows you to specify any constraints directly
``