https://github.com/cfware/panel-splitter
Draggable panel splitter web component.
https://github.com/cfware/panel-splitter
Last synced: 9 months ago
JSON representation
Draggable panel splitter web component.
- Host: GitHub
- URL: https://github.com/cfware/panel-splitter
- Owner: cfware
- License: mit
- Created: 2019-03-18T14:03:51.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-10-17T03:33:11.000Z (over 2 years ago)
- Last Synced: 2025-03-18T05:17:22.903Z (about 1 year ago)
- Language: JavaScript
- Size: 78.1 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# @cfware/panel-splitter [![NPM Version][npm-image]][npm-url]
Draggable panel splitter web component.
## Usage
Import to your application:
```js
import '@cfware/panel-splitter';
```
Use to create split panels:
```html
left panel
right panel
```
The application is responsible for initial sizing of the container and panels.
[npm-image]: https://img.shields.io/npm/v/@cfware/panel-splitter.svg
[npm-url]: https://npmjs.org/package/@cfware/panel-splitter