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';
Props
Props of the native component are also available.
Name | Type | Default | Description |
---|---|---|---|
children | node | Menu contents, normally MenuItem s. |
The component cannot hold a ref.