Sheet
A drawer that slides from the bottom. Same API, triggers, and events asDrawer.
Example
Send this page to a teammate.
<Button data-ink-drawer="#sheet-demo">Open share sheet</Button>
<Sheet id="sheet-demo" label="Share">
<Button type="button">Copy link</Button>
</Sheet>Accessibility
- Same contract as Drawer: trap, Escape, backdrop, focus restore.