Components / Sheet

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 / EventTypeDefaultDescription
openbooleanfalseControls sheet visibility. Bind with v-model:open.
sidestring'right'Which edge to slide in from. One of 'left' | 'right' | 'top' | 'bottom'.
hideClosebooleanfalseWhen true, the close (×) button is hidden.