0.1.0 • Published 3 years ago

@cyclelabs/react-split-pane v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

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-pane

Example 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.