https://antoniandre.github.io/splitpanes/
A Vue 3 (and 2) reliable, simple and touch-ready panes splitter / resizer.
https://antoniandre.github.io/splitpanes/
splitpanes splitter vue vue2 vue3 vuejs
Last synced: 4 months ago
JSON representation
A Vue 3 (and 2) reliable, simple and touch-ready panes splitter / resizer.
- Host: GitHub
- URL: https://antoniandre.github.io/splitpanes/
- Owner: antoniandre
- License: mit
- Created: 2018-10-09T12:59:38.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2024-08-27T21:01:13.000Z (about 1 year ago)
- Last Synced: 2024-11-18T14:51:48.297Z (12 months ago)
- Topics: splitpanes, splitter, vue, vue2, vue3, vuejs
- Language: Vue
- Homepage: https://antoniandre.github.io/splitpanes
- Size: 20.5 MB
- Stars: 1,909
- Watchers: 18
- Forks: 169
- Open Issues: 53
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- awesome-vue-3 - splitpanes - A Vue and Vue 3 reliable, simple and touch-ready panes splitter / resizer. (Packages)
README
# Splitpanes
[](https://npmjs.com/package/splitpanes)
[](LICENSE.md)
[](https://www.npmjs.com/package/splitpanes)
[](https://www.npmjs.com/package/splitpanes)
[](https://standardjs.com)
> A Vue.js reliable, simple and touch-ready panes splitter / resizer.
> Vue 3 compatible.
## Installation
**Vue 3**
```
npm i splitpanes
```
**Vue 2**
```
npm i splitpanes@legacy
```
---
## Demo & Documentation
> [https://antoniandre.github.io/splitpanes](https://antoniandre.github.io/splitpanes)
## Try it yourself
> [https://codepen.io/antoniandre/pen/XybPKP](https://codepen.io/antoniandre/pen/XybPKP)
---
## Browser Support
 |  |  |  |  |  |
--- | --- | --- | --- | --- | --- |
Latest ✔ | Latest ✔ | Latest ✔ | Latest ✔ | Latest ✔ | 10+ ✔ |
___
## Donating
If you like this library, you can buy me a beer or [become a sponsor](https://github.com/sponsors/antoniandre)!
[](https://www.paypal.me/antoniandre1)
Thank you!
If you are using this library for profit business, please consider [backing me](https://github.com/sponsors/antoniandre)!
It ensures that the project your products rely on keeps being actively maintained. :)
___
## Contributing
If you have any idea, feel free to open an issue to discuss a new feature, or fork Splitpanes and submit your changes back to me.
___
## Release Notes
- __Version 2.3.0__ Support rtl direction
- __Version 2.2.0__ Add `firstSplitter` option allow `v-if` on panes and other improvements
- __Version 2.0.0__ Fix reactivity issues
- __Version 1.14.0__ Programmatically set pane size
- __Version 1.13.0__ Emit event on splitter click
- __Version 1.12.0__ Double click splitter to maximize is now an option
- __Version 1.11.0__ Persist panes size after slots changed
- __Version 1.10.0__ Add maximum size feature on panes
- __Version 1.9.0__ Emit event on resize & watch slots optional
- __Version 1.8.0__ Watch slots
- __Version 1.7.0__ Double click splitter to maximize next pane
- __Version 1.6.0__ Emit events
- __Version 1.5.0__ Add default size feature on panes (max feature coming soon!)
- __Version 1.4.0__ Add minimum size feature on panes
- __Version 1.3.0__ Splitpanes slots are now reactive (add/remove on the fly)
- __Version 1.2.0__ Add a `default-theme` CSS class to load default theme
- __Version 1.1.0__ Allow pushing other panes while dragging splitter
- __Version 1.0.0__ First public release