Components
Drawer
Drawer — a panel that slides in from the edge of the screen over the current view, dimming the main content behind an overlay. Use it for secondary navigation, filters, or a folio summary that should appear on demand without a full page change — reach for a Dialog when the task must be completed before anything else. It is uncontrolled by default: set `defaultOpen` and listen with `onOpenChange`, or pass `open` to drive it yourself. Clicking the overlay closes the panel, and the overlay carries a `close sidebar` label so it stays reachable by assistive tech. Set `placement="end"` to slide it from the trailing edge.