MenuList API
The API documentation of the MenuList React component. Learn more about the properties and the CSS customization points.
import MenuList from '@material-ui/core/MenuList';
Props
| Name | Type | Default | Description |
|---|---|---|---|
| children | node | MenuList contents, normally MenuItems. |
|
| disableListWrap | bool | false | If true, the menu items will not wrap focus. |
Any other properties supplied will be spread to the root element (List).
Inheritance
The properties of the List component are also available. You can take advantage of this behavior to target nested components.