Skip to content

Sheet

A drawer that slides from the bottom. Same API, triggers, and events asDrawer.

Example

<Button data-ink-drawer="#sheet-demo">Open share sheet</Button>
<Sheet id="sheet-demo" label="Share">
  <Button type="button">Copy link</Button>
</Sheet>

Accessibility