Drawer
Side panel that slides from the edge. Great for secondary forms, details, and advanced filters. Closes with Esc or overlay click.
Right side (default)
Left side
Form drawer (lg size)
Props
| Prop | Type | Default | Description |
|---|---|---|---|
| open | boolean | — | Controls visibility (controlled) |
| defaultOpen | boolean | false | Initial visibility (uncontrolled) |
| onOpenChange | (open: boolean) => void | — | Called when open state changes |
| side | top | right | bottom | left | right | Edge the panel comes from |
| showCloseButton | boolean | true | Show the X button in the corner |
Full shadcn composition, examples, and field tables: shadcn/ui — Sheet (Radix)