Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cfware/panel-splitter
Draggable panel splitter web component.
https://github.com/cfware/panel-splitter
Last synced: 29 days 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 (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-10-17T03:33:11.000Z (about 1 year ago)
- Last Synced: 2024-09-18T16:34:15.668Z (3 months ago)
- Language: JavaScript
- Size: 78.1 KB
- Stars: 1
- Watchers: 2
- 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