Sheet
A bottom sheet surface with a grabber, a header block, a content slot, and a home indicator, rounded only on its top corners so it sits flush to the screen bottom.
Overview
A bottom sheet surface with a grabber, a header block, a content slot, and a home indicator, rounded only on its top corners so it sits flush to the screen bottom.
Anatomy
- 1Container required
- 2Grabber required Drag handle at the top edge.
- 3Header optional Hidden when hasHeader is off; holds the title, an optional subtitle, and an optional status badge.
- 4Slot required The body content region (the CardBody slot); empty by default, filled by the consumer or the AI.
- 5HomeIndicator required
Measurements
Specs
Values resolved live from the token spine. Token names follow the active platform; each links to its page.
Properties
The component’s Figma API, the properties you set on an instance. Useful to designers in Figma and to engineers mapping it to code props.
Accessibility
Present the sheet as a modal: move focus into it on open, keep focus within it while it is up, and provide a clear dismiss affordance. Return focus to the element that opened it on close.
Reference: Apple Human Interface Guidelines and WCAG 2.5.5 Target Size.