Drawer
Right-side slide-out panel for details and secondary editing.
Usage
API
Props
| Name | Type | Default | Description |
|---|---|---|---|
| modelValue | boolean | — | v-model open state (required) |
| title | string | — | title |
| width | string | '400px' | panel width |
Events
| Name | Payload | Description |
|---|---|---|
| update:modelValue | (v: boolean) | open state change |
Slots
| Name | Description |
|---|---|
| default | panel content |