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