Bottom Sheet
Bottom sheets are surfaces containing supplementary content that are anchored to the bottom of the screen.
Figma Link
https://www.figma.com/design/JesXQFLaPJLc1BdBM4sisI/%F0%9F%A6%93-ZDS---Components?node-id=21541-1709
- Web Components
- Flutter
Demo
zeta-web v1.4.0
Web Components
Storybook
https://design.zebra.com/web/storybook/?path=/docs/components-bottom-sheet--docs
Slots
| Name | Description | Type |
|---|---|---|
| default | Content to be displayed in the bottom sheet. Either zeta-list-item or zeta-grid-menu-item. | text |
Attributes
| Name | Description | Type | Default |
|---|---|---|---|
| headerAlignment | Sheet Header alignment. | "start" | "center" | "start" |
| headerText | Sheet Header text content. | string | "Title" |
| isExpanded | If the bottom sheet is collapsed or not | boolean | true |
Flutter component not available yet