Skip to main content

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.

Menu

Displays a list of actions or options that a user can choose.

Import

import * as Menu from '@base-ui/react/menu';
Groups all parts of the menu. Doesn’t render its own HTML element.

Props

The button that opens the menu. Portals the menu popup to a different part of the DOM.

Props

Positions the menu popup relative to the trigger.

Props

Same positioning props as Popover.Positioner (side, alignment, sideOffset, etc.) The popup that contains the menu items. An item in the menu.

Props

Groups related menu items. Labels a group of menu items. A menu nested within another menu.

Props

The item that opens a submenu. Groups menu items that function as radio buttons.

Props

A menu item that acts as a radio button.

Props

Visual indicator for selected radio item. A menu item that acts as a checkbox.

Props

Visual indicator for checked checkbox item. An optional arrow element that points toward the trigger. An optional overlay displayed beneath the menu popup.

Build docs developers (and LLMs) love