# Sheet Edge-anchored dialog panel with optional body padding. Choose Sheet for supporting work that benefits from an edge-mounted panel and more room than a popover. Use an unpadded navigation sheet when the navigation owns its edge spacing. Set `padding="none"` for this case. ## API The package declarations define these public members. | Member | Type | Kind | Required | Default | Description | | --- | --- | --- | --- | --- | --- | | `children` | `Snippet` | snippet | No | `undefined` | No additional description. | | `closeLabel` | `string` | prop | No | `'Close'` | Close-button aria-label. | | `description` | `string` | prop | No | `undefined` | Supporting line rendered under the title. | | `dismissible` | `boolean` | prop | No | `true` | No additional description. | | `footer` | `Snippet` | snippet | No | `undefined` | Action row pinned to the bottom of the sheet. | | `open` | `boolean` | binding | No | `false` | No additional description. | | `padding` | `SheetPadding` | prop | No | `'md'` | Body inset. Use `none` when the child owns its edge spacing. | | `side` | `'left' \| 'right' \| 'bottom'` | prop | No | `'right'` | No additional description. | | `size` | `SheetSize` | prop | No | `'md'` | Side-panel width (left/right only). Defaults to the original width. | | `title` | `string` | prop | No | `undefined` | No additional description. | ## Related - [CommandPalette](/docs/components/command-palette): Searchable command dialog with grouped results. - [Modal](/docs/components/modal): Dialog or confirmation modal selected with a required kind and delegated trigger. - [Menu](/docs/components/menu): Dropdown action menu with declarative items and eyebrow-styled group headers.