Drawer Samples

Very similar to Sheet, although more intuitive for touchscreen.

LeftTopBottomRight

Bottom Drawer (Sheet)

A typical mobile-style sheet. Toggle with state via `open` and `onOpenChange`.

Account

Left Drawer (Navigation)

Use `direction="left"` for a sidebar-style menu.

Right Drawer (Cart)

Use `direction="right"` for a cart or secondary panel.

Top Drawer (Modal, Non-dismissible)

Set `dismissible=` to require an explicit action to close.

Dynamic Standalone Sample Mount | AP Component Library