Unopinionated utilities for resizeable split views
npm install @giwisoft/wc-splitUnopinionated utilities for resizeable split views (also called panes or frames). It handles weird edge cases so you don't have to. Split.js is CSS-driven, only using JS to recalculate CSS styles on drag. Split.js does not attach any window event listeners, instead relying on CSS for the layout when the window size changes. This keeps the JS overhead extremely low.
Embed Split.js in a Web Component.
- Put a script tag similar to this in the head of your index.html
- Then you can use the element anywhere in your template, JSX, html etc
npm install @giwisoft/wc-split --save in the head of your index.html``bash`
yarn install
yarn dev
To build the component for production, run:
`bash`
yarn build
To run the unit tests for the components, run:
`bash``
yarn test