Skip to content

SubMenu API

API documentation for the React SubMenu component. Learn about the available props and the CSS API.

Import

import SubMenu from '@mui/material/SubMenu';
// or
import { SubMenu } from '@mui/material';
You can learn about the difference by reading this guide on minimizing bundle size.

Props

Props of the native component are also available.

NameTypeDefaultDescription
childrennode
Menu contents, normally MenuItems.

The component cannot hold a ref.

Demos