Documentation Index
Fetch the complete documentation index at: https://mintlify.com/mui/base-ui/llms.txt
Use this file to discover all available pages before exploring further.
Displays a list of actions or options that a user can choose.
import * as Menu from '@base-ui/react/menu';
Groups all parts of the menu. Doesn’t render its own HTML element.
The button that opens the menu.
Portals the menu popup to a different part of the DOM.
Positions the menu popup relative to the trigger.
Same positioning props as Popover.Positioner (side, alignment, sideOffset, etc.)
The popup that contains the menu items.
An item in the menu.
Groups related menu items.
Labels a group of menu items.
A menu nested within another menu.
The item that opens a submenu.
Groups menu items that function as radio buttons.
A menu item that acts as a radio button.
Visual indicator for selected radio item.
A menu item that acts as a checkbox.
Visual indicator for checked checkbox item.
An optional arrow element that points toward the trigger.
An optional overlay displayed beneath the menu popup.