# SplitView
Code is mostly inspired by
vue-multipane. Our implementation only supports horizontal layout (vertical resize)
# Props
| Prop name | Description | Type | Values | Default | Required |
|---|---|---|---|---|---|
| detail-slot-opened | bool() |
# Events
| Event name | Properties | Description |
|---|---|---|
| pane-resize | ||
| pane-resize-start | ||
| pane-resize-stop |
# Slots
| Name | Description | Bindings |
|---|---|---|
| list | ||
| detail |
<SplitView>Default Example Usage</SplitView>