Sheet (Drawer)
Extends the Dialog component to display content that complements the main UI from the edge of the screen.
Right Side (Default)
The sheet slides in from the right side by default.
Sides
Use the `side` prop to slide in from left, top, right, or bottom.
Sheet API
| Prop / Event | Type | Default | Description |
|---|---|---|---|
open | boolean | false | Controls sheet visibility. Bind with v-model:open. |
side | string | 'right' | Which edge to slide in from. One of 'left' | 'right' | 'top' | 'bottom'. |
hideClose | boolean | false | When true, the close (×) button is hidden. |