Skip to main content

Variable: DropDrawerContent

@arolariu/components


@arolariu/components / DropDrawerContent

Variable: DropDrawerContent

const DropDrawerContent: 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

Base UI Menu Docs

// was this page useful?