Vue Multi Split Pane
A component based on Vue.js. Provides unlimited resizable multi pane support.
Install
Example
Nested Pane Example
Props
Prop | Description | value | default |
---|---|---|---|
split | Orientation of the MultiSplitPane | vertical, horizontal | vertical |
width | Width of the MultiSplitPane | String | 100% |
height | Height of the MultiSplitPane | String | auto |
resizerWidth | Width/height of the resizers. Valid for horizontal and vertical orientation. | String | 30px |
classes | Custom class prop. Can be send to MultiSplitPane or Pane | String | none |
:nested | Will you use nested MultiSplitPane? Then should be true. | Boolean | false |
Events
Event | Description |
---|---|
onPaneCollapsed ( paneIndex, paneClass, containerClass ) | Event will be fired when collapsed any pane. Used on MultiSplitPane |
onPaneExpanded ( paneIndex, paneClass, containerClass ) | Event will be fired when expanded any pane. Used on MultiSplitPane |