2016-08-26 14:42:41 +08:00
---
category: Components
cols: 1
type: Navigation
2016-08-26 15:07:46 +08:00
title: Menu
2020-05-31 11:48:34 +08:00
cover: https://gw.alipayobjects.com/zos/alicdn/3XZcjGpvK/Menu.svg
2016-08-26 14:42:41 +08:00
---
2019-10-28 09:09:22 +08:00
A versatile menu for navigation.
2016-08-26 14:42:41 +08:00
2016-09-10 13:43:30 +08:00
## When To Use
2016-08-26 14:42:41 +08:00
2021-07-19 16:21:09 +08:00
Navigation is an important part of any website, as a good navigation setup allows users to move around the site quickly and efficiently. Ant Design offers two navigation options: top and side. Top navigation provides all the categories and functions of the website. Side navigation provides the multi-level structure of the website.
2016-08-26 14:42:41 +08:00
2019-10-28 09:09:22 +08:00
More layouts with navigation: [Layout ](/components/layout ).
2017-06-30 21:10:47 +08:00
2021-06-30 18:04:15 +08:00
## Notes for developers
2021-07-19 16:21:09 +08:00
- Menu is rendered as a `ul` element, so it only supports [`li` and `script-supporting` elements ](https://html.spec.whatwg.org/multipage/grouping-content.html#the-ul-element ) as children nodes。Your customized node should be wrapped by `Menu.Item` .
- Menu needs to collect its node structure, so its children should be `Menu.*` or encapsulated HOCs.
2021-06-22 11:22:20 +08:00
2022-04-20 22:31:21 +08:00
### Usage upgrade after 4.20.0
```__react
import Alert from '../alert';
ReactDOM.render(< Alert message = "After version 4.20.0, we provide a simpler usage <Menu items={[...]} /> with better perfermance and potential of writing simpler code style in your applications. Meanwhile, we deprecated the old usage in browser console, we will remove it in antd 5.0." / > , mountNode);
```
2016-08-26 14:42:41 +08:00
2019-12-26 14:37:39 +08:00
```jsx
2022-04-20 22:31:21 +08:00
// works when >=4.20.0, recommended ✅
2022-03-18 15:20:35 +08:00
const items = [
2022-04-20 22:31:21 +08:00
{ label: 'item 1' },
{ label: 'item 2' },
2022-03-18 15:20:35 +08:00
{
2022-04-20 22:31:21 +08:00
label: 'sub menu',
children: [{ label: 'item 3' }],
2022-03-18 15:20:35 +08:00
},
];
2022-04-20 22:31:21 +08:00
return < Menu items = {items} / > ;
// works when < 4.20.0 , deprecated when > =4.20.0 🙅🏻♀️
< Menu >
< Menu.Item > item 1< / Menu.Item >
< Menu.Item > item 2< / Menu.Item >
< Menu.SubMenu title = "sub menu" >
< Menu.Item > item 3< / Menu.Item >
< / Menu.SubMenu >
< / Menu > ;
2016-08-26 14:42:41 +08:00
```
2022-04-24 11:24:46 +08:00
The legacy demo code for version `<4.20.0` could be found at [https://github.com/ant-design/ant-design/tree/4.19.5/components/menu/demo ](https://github.com/ant-design/ant-design/tree/4.19.5/components/menu/demo ).
2022-04-20 22:31:21 +08:00
## API
2017-06-16 16:56:03 +08:00
### Menu
2016-08-26 14:42:41 +08:00
2019-07-11 14:14:33 +08:00
| Param | Description | Type | Default value | Version |
| --- | --- | --- | --- | --- |
2020-06-30 13:26:37 +08:00
| defaultOpenKeys | Array with the keys of default opened sub menus | string\[] | - | |
| defaultSelectedKeys | Array with the keys of default selected menu items | string\[] | - | |
2020-11-06 15:25:43 +08:00
| expandIcon | custom expand icon of submenu | ReactNode \| `(props: SubMenuProps & { isSubMenu: boolean }) => ReactNode` | - | 4.9.0 |
2019-10-30 16:28:28 +08:00
| forceSubMenuRender | Render submenu into DOM before it becomes visible | boolean | false | |
| inlineCollapsed | Specifies the collapsed status when menu is inline mode | boolean | - | |
| inlineIndent | Indent (in pixels) of inline menu items on each level | number | 24 | |
2022-03-18 15:20:35 +08:00
| items | Menu item content | [ItemType\[\]](#ItemType) | - | 4.20.0 |
2020-10-12 12:00:00 +08:00
| mode | Type of menu | `vertical` \| `horizontal` \| `inline` | `vertical` | |
2019-10-30 16:28:28 +08:00
| multiple | Allows selection of multiple items | boolean | false | |
2020-06-30 13:26:37 +08:00
| openKeys | Array with the keys of currently opened sub-menus | string\[] | - | |
2022-02-12 22:01:24 +08:00
| overflowedIndicator | Customized the ellipsis icon when menu is collapsed horizontally | ReactNode | `<EllipsisOutlined />` | |
2019-10-30 16:28:28 +08:00
| selectable | Allows selecting menu items | boolean | true | |
2020-06-30 13:26:37 +08:00
| selectedKeys | Array with the keys of currently selected menu items | string\[] | - | |
| style | Style of the root node | CSSProperties | - | |
2019-10-30 16:28:28 +08:00
| subMenuCloseDelay | Delay time to hide submenu when mouse leaves (in seconds) | number | 0.1 | |
| subMenuOpenDelay | Delay time to show submenu when mouse enters, (in seconds) | number | 0 | |
2020-01-17 17:23:48 +08:00
| theme | Color theme of the menu | `light` \| `dark` | `light` | |
2020-06-28 22:41:59 +08:00
| triggerSubMenuAction | Which action can trigger submenu open/close | `hover` \| `click` | `hover` | |
2020-10-21 10:33:43 +08:00
| onClick | Called when a menu item is clicked | function({ item, key, keyPath, domEvent }) | - | |
| onDeselect | Called when a menu item is deselected (multiple mode only) | function({ item, key, keyPath, selectedKeys, domEvent }) | - | |
| onOpenChange | Called when sub-menus are opened or closed | function(openKeys: string\[]) | - | |
| onSelect | Called when a menu item is selected | function({ item, key, keyPath, selectedKeys, domEvent }) | - | |
2016-08-26 14:42:41 +08:00
> More options in [rc-menu](https://github.com/react-component/menu#api)
2022-03-18 15:20:35 +08:00
### ItemType
> type ItemType = [MenuItemType](#MenuItemType) | [SubMenuType](#SubMenuType) | [MenuItemGroupType](#MenuItemGroupType) | [MenuDividerType](#MenuDividerType);
#### MenuItemType
2016-08-26 14:42:41 +08:00
2021-06-22 11:22:20 +08:00
| Param | Description | Type | Default value | Version |
| -------- | ------------------------------------ | --------- | ------------- | ------- |
2022-03-18 15:20:35 +08:00
| danger | Display the danger style | boolean | false | |
2021-06-22 11:22:20 +08:00
| disabled | Whether menu item is disabled | boolean | false | |
2022-03-18 15:20:35 +08:00
| icon | The icon of the menu item | ReactNode | - | |
2021-06-22 11:22:20 +08:00
| key | Unique ID of the menu item | string | - | |
2022-03-18 15:20:35 +08:00
| label | Menu label | ReactNode | - | |
2021-06-22 11:22:20 +08:00
| title | Set display title for collapsed item | string | - | |
2020-04-26 23:16:15 +08:00
2020-11-08 15:04:02 +08:00
> Note: `icon` is a newly added prop in `4.2.0`. For previous versions, please use the following method to define the icon.
2020-04-26 23:16:15 +08:00
>
> ```jsx
> <Menu.Item>
> <PieChartOutlined />
> <span>Option 1</span>
> </Menu.Item>
> <Menu.SubMenu
> title={
> <>
> <PieChartOutlined />
> <span>Option 2</span>
> </>
> }
> >
> ...
> </Menu.SubMenu>
> ```
2016-08-26 14:42:41 +08:00
2022-03-18 15:20:35 +08:00
#### SubMenuType
2016-08-26 14:42:41 +08:00
2019-07-11 14:14:33 +08:00
| Param | Description | Type | Default value | Version |
2022-02-14 15:21:33 +08:00
| --- | --- | --- | --- | --- | --- |
2022-03-18 15:20:35 +08:00
| children | Sub-menus or sub-menu items | [ItemType\[\]](#ItemType) | - | |
2019-10-30 16:28:28 +08:00
| disabled | Whether sub-menu is disabled | boolean | false | |
2022-03-18 15:20:35 +08:00
| icon | Icon of sub menu | ReactNode | - | |
2020-10-12 12:00:00 +08:00
| key | Unique ID of the sub-menu | string | - | |
2022-03-18 15:20:35 +08:00
| label | Menu label | ReactNode | - | |
2020-11-17 10:59:04 +08:00
| popupClassName | Sub-menu class name, not working when `mode="inline"` | string | - | |
| popupOffset | Sub-menu offset, not working when `mode="inline"` | \[number, number] | - | |
2020-10-12 12:00:00 +08:00
| title | Title of sub menu | ReactNode | - | |
2022-03-18 15:20:35 +08:00
| theme | Color theme of the SubMenu (inherits from Menu by default) | | `light` \| `dark` | - | |
2020-10-21 10:33:43 +08:00
| onTitleClick | Callback executed when the sub-menu title is clicked | function({ key, domEvent }) | - | |
2016-08-26 14:42:41 +08:00
2022-03-18 15:20:35 +08:00
#### MenuItemGroupType
Define `type` as `group` to make as group:
```ts
const groupItem = {
type: 'group', // Must have
label: 'My Group',
2022-05-09 18:09:02 +08:00
children: [],
2022-03-18 15:20:35 +08:00
};
```
2016-08-26 14:42:41 +08:00
2021-06-22 11:22:20 +08:00
| Param | Description | Type | Default value | Version |
| -------- | ---------------------- | ----------- | ------------- | ------- |
| children | Sub-menu items | MenuItem\[] | - | |
2022-03-18 15:20:35 +08:00
| label | The title of the group | ReactNode | - | |
#### MenuDividerType
2016-11-15 14:12:25 +08:00
2022-03-18 15:20:35 +08:00
Divider line in between menu items, only used in vertical popup Menu or Dropdown Menu. Need define the `type` as `divider` :
2016-11-15 14:12:25 +08:00
2022-03-18 15:20:35 +08:00
```ts
const dividerItem = {
type: 'divider', // Must have
};
```
2021-06-22 11:22:20 +08:00
2021-07-19 15:42:07 +08:00
| Param | Description | Type | Default value | Version |
| ------ | ---------------------- | ------- | ------------- | ------- |
2022-03-18 15:20:35 +08:00
| dashed | Whether line is dashed | boolean | false | |
2021-07-19 15:42:07 +08:00
2021-06-22 11:22:20 +08:00
## FAQ
2021-07-19 16:21:09 +08:00
### Why will Menu's children be rendered twice?
2021-06-22 11:22:20 +08:00
2021-07-19 16:21:09 +08:00
Menu collects structure info with [twice-render ](https://github.com/react-component/menu/blob/f4684514096d6b7123339cbe72e7b0f68db0bce2/src/Menu.tsx#L543 ) to support HOC usage. Merging into one render may cause the logic to become much more complex. Contributions to help improve the collection logic are welcomed.