Variable: DrawerContent
@arolariu/components / DrawerContent
Variable: DrawerContent
constDrawerContent:ForwardRefExoticComponent<Omit<DrawerContentProps,"ref"> &RefAttributes<HTMLDivElement>>
Defined in: components/ui/drawer.tsx:222
Renders the drawer content.
Remarks
- Renders a
<div>element by default - Built on Base UI Drawer
- Supports the
renderprop for element composition
Example
<DrawerContent>Content</DrawerContent>
See
// was this page useful?