Variable: DropDrawerContent
@arolariu/components / DropDrawerContent
Variable: DropDrawerContent
constDropDrawerContent:ForwardRefExoticComponent<DropDrawerContentProps&RefAttributes<HTMLDivElement>>
Defined in: components/ui/dropdrawer.tsx:460
Renders the responsive dropdown or drawer content surface.
Remarks
- Renders a Base UI popup on desktop and drawer content on mobile
- Built on Base UI Menu and Drawer primitives with animated mobile submenu navigation
Example
<DropDrawerContent>
<DropDrawerItem>Settings</DropDrawerItem>
</DropDrawerContent>
See
// was this page useful?