0.1.0 • Published 4 years ago
@cyclelabs/react-split-pane v0.1.0
React-Split-Pane
This library is a modifcation of the react-split-pane, and purpose is to adapt it into Typescript and SCSS. For further detailed infromation on the properties check out tomkp/react-split-pane.
Installing
npm install CycleLabsCloud/react-split-paneExample Usage
<SplitPane split="vertical" minSize={50} defaultSize={100}>
<div />
<div />
</SplitPane><SplitPane split="vertical" minSize={200} primary="first" defaultSize={'75%'}>
<div />
<div />
</SplitPane>License
React-split-pane-labs is licensed under the MIT License. react-split-pane is licensed under the MIT License.
Contributing
If you have any questions in regards to the library please feel free to reach out.
0.1.0
4 years ago