Skip to main content

Variable: DropdownMenuPortal

@arolariu/components


@arolariu/components / DropdownMenuPortal

Variable: DropdownMenuPortal

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

Base UI Documentation

// was this page useful?