Variable: SheetContent
@arolariu/components / SheetContent
Variable: SheetContent
constSheetContent:ForwardRefExoticComponent<Omit<SheetContentProps,"ref"> &RefAttributes<HTMLDivElement>>
Defined in: components/ui/sheet.tsx:238
Renders the sheet content.
Remarks
- Renders a
<div>element by default - Built on Base UI Dialog
- Supports the
renderprop for element composition
Example
<SheetContent>Content</SheetContent>
See
// was this page useful?