Function: Sheet()
@arolariu/components / Sheet
Function: Sheet()
Sheet(
props):ReactElement
Defined in: components/ui/sheet.tsx:120
Coordinates sheet state and accessibility behavior.
Parameters
props
Readonly<Props>
Returns
ReactElement
Remarks
- Delegates structure and state to the underlying Base UI primitive
- Built on Base UI Dialog
- Preserves the underlying primitive API for advanced composition
Example
<Sheet>Content</Sheet>
See
// was this page useful?