Drawer
A slide-out panel from the edge of the screen.
Default
DrawerContent Props
| Prop | Type | Default | Description |
|---|---|---|---|
| title | string | — | Drawer title |
| placement | "left" | "right" | "top" | "bottom" | "right" | Slide-in direction |
| size | "sm" | "md" | "lg" | "xl" | "md" | Drawer width/height |
| children | ReactNode | — | Drawer body content |
| className | string | — | Additional CSS classes |