New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@cyclelabs/react-split-pane

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cyclelabs/react-split-pane

React split-pane component

  • 0.1.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

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.

Keywords

FAQs

Package last updated on 11 Jan 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc