Function: SheetDescription()
@arolariu/components / SheetDescription
Function: SheetDescription()
SheetDescription(
props):ReactElement
Defined in: components/ui/sheet.tsx:369
Renders the sheet description.
Parameters
props
Readonly<Props>
Returns
ReactElement
Remarks
- Renders a
<p>element by default - Built on Base UI Dialog
- Supports the
renderprop for element composition
Example
<SheetDescription>Content</SheetDescription>
See
// was this page useful?