A modal panel that slides in from the left or right edge. Same behavior as Dialog: focus is trapped, the page behind is inert, Esc closes it.
<Drawer side="left" trigger={<Button>Menu</Button>} title="Navigation"> <Stack as="nav">…</Stack></Drawer> Copy
<Drawer side="left" trigger={<Button>Menu</Button>} title="Navigation"> <Stack as="nav">…</Stack></Drawer>
A modal panel that slides in from the left or right edge. Same behavior as Dialog: focus is trapped, the page behind is inert, Esc closes it.