# Menu

### Design
<a href="https://material.io/design/components/menus.html" target="_blank">https://material.io/design/components/menus.html</a>

### Description
Use `Menu` component to display a list of choices, once the handler is triggered.

### Import
```js
import { Menu, MenuItem } from "webiny-ui/Menu";
```