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.

NameTypeDescription

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.

To learn how to customize the slot, check out the Overriding component structure guide.

Slot nameClass nameDefault componentDescription

These class names are useful for styling with CSS. They are applied to the component's slots when specific states are triggered.

Class nameDescription
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.

To learn how to customize the slot, check out the Overriding component structure guide.

Slot nameClass nameDefault componentDescription

These class names are useful for styling with CSS. They are applied to the component's slots when specific states are triggered.

Class nameDescription
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.

To learn how to customize the slot, check out the Overriding component structure guide.

Slot nameClass nameDefault componentDescription

These class names are useful for styling with CSS. They are applied to the component's slots when specific states are triggered.

Class nameDescription