---
title: Menu
description: Use Menu to display a list of actions that can be performed on a resource.
api_name: app-home
source_url:
html: https://shopify.dev/docs/api/app-home/polaris-web-components/actions/menu
md: https://shopify.dev/docs/api/app-home/polaris-web-components/actions/menu.md
---
# Menu
Use Menu to display a list of actions that can be performed on a resource.
## Properties
* accessibilityLabel
string
A label that describes the purpose or contents of the element. When set, it will be announced using assistive technologies and provide additional context.
## Slots
* children
HTMLElement
The Menu items.
Only accepts `Button` and `Section` components.
### Examples
* #### Code
##### Default
```html
Edit customer
```