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