Sheet

A sheet is a container that holds content and is used to display information or actions. It typically slides from the left or right.

Imports

`Root` - The root of the component, what wraps everything.

`Trigger` - The trigger that opens the sheet.

`Content` - The stylized content, what holds your items.

`Footer` - Wraps around your action buttons

`Header` - The wrapping part around the title and description

`Title` - The title of the sheet.

`Description` - The description of the sheet.

Installation

npx neel-ui add sheet

Example

API Reference

Props of the `Combobox` component. `*` denotes the default value. As it is an extension of the `Popover` component, it also inherits the props of the `Popover` component.

Attribute
Type
Description
Parent
side
`left*` | `right`
What side the content should open to, defaults to `left`.
`Content`