Skip to content
+

Menu

The Dropdown Menu components provide end users with a list of options on temporary surfaces.

import { Dropdown } from '@mui/base/Dropdown';
// or
import { Dropdown } from '@mui/base';
Learn about the difference by reading this guide on minimizing bundle size.
NameTypeDefaultDescription

The component cannot hold a ref.
import { Menu } from '@mui/base/Menu';
// or
import { Menu } from '@mui/base';
Learn about the difference by reading this guide on minimizing bundle size.

Props of the native component are also available.

NameTypeDefaultDescription

The ref is forwarded to the root element.
import { MenuButton } from '@mui/base/MenuButton';
// or
import { MenuButton } from '@mui/base';
Learn about the difference by reading this guide on minimizing bundle size.

Props of the native component are also available.

NameTypeDefaultDescription

The ref is forwarded to the root element.
import { MenuItem } from '@mui/base/MenuItem';
// or
import { MenuItem } from '@mui/base';
Learn about the difference by reading this guide on minimizing bundle size.

Props of the native component are also available.

NameTypeDefaultDescription

The ref is forwarded to the root element.