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