Variable: DropdownMenuPortal
@arolariu/components / DropdownMenuPortal
Variable: DropdownMenuPortal
constDropdownMenuPortal:ForwardRefExoticComponent<Omit<MenuPortalProps,"ref"> &RefAttributes<HTMLDivElement>> =BaseMenu.Portal
Defined in: components/ui/dropdown-menu.tsx:174
Provides the dropdown menu portal container.
Remarks
- Delegates structure and state to the underlying Base UI primitive
- Built on Base UI Menu
- Preserves the underlying primitive API for advanced composition
Example
<DropdownMenuPortal>Content</DropdownMenuPortal>
See
// was this page useful?