A VueJs Component to show resizable multi-pan container
npm install msplitA VueJs Component to show resizable multi-pan container
A resizable multi-pane vue component implemented with typescript. Support the following features:
* Supports toggle visibility for panes.
* Supports toggle maximization for a pane.
* Supports any number of panes.
* Adjust pane size when the window resizes.
* Horizontal and Vertical mode.
* Support device with touch interface.
``javascript
import msplit from 'msplit';
Vue.use(msplit);
`
`html``
Pane31
Pane32
Pane33
You can see the full example in the MSplitTest.
http://jianwu.github.io/msplit/
Copyright 2018-2019 Jianwu Chen
Author/Developer: Jianwu Chen