JSPM

  • Created
  • Published
  • Downloads 116568
  • Score
    100M100P100Q157243F
  • License MIT

A Vue JS reliable, simple and touch-ready panes splitter / resizer

Package Exports

  • splitpanes
  • splitpanes/dist/splitpanes.css

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (splitpanes) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Splitpanes

Latest Version on NPM Software License

A Vue JS reliable, simple and touch-ready panes splitter / resizer.

Installation

npm i splitpanes --save-dev

Demo & Documentation

https://antoniandre.github.io/splitpanes

Try it yourself

https://codepen.io/antoniandre/pen/PypgKY

Browser Support

Chrome Firefox Safari Opera Edge IE
Latest ✔ Latest ✔ Latest ✔ Latest ✔ Latest ✔ 10+ ✔

Release Notes

  • Version 1.4.0 Add minimum size feature on panes (max feature on the way!)
  • 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