README
Share
[](https://travis-ci.org/PolymerElements/paper-menu)
_[Demo and API docs](https://elements.polymer-project.org/elements/paper-menu)_
##<paper-menu>
Material design: [Menus](https://www.google.com/design/spec/components/menus.html)
`
```html
An initial selection can be specified with the `selected` attribute.
```html
Make a multi-select menu with the `multi` attribute. Items in a multi-select menu can be deselected, and multiple items can be selected.
```html
### Styling
The following custom properties and mixins are available for styling:
| Custom property | Description | Default | | --- | --- | --- | | `--paper-menu-background-color` | Menu background color | `--primary-background-color` | | `--paper-menu-color` | Menu foreground color | `--primary-text-color` | | `--paper-menu-disabled-color` | Foreground color for a disabled item | `--disabled-text-color` | | `--paper-menu` | Mixin applied to the menu | `{}` | | `--paper-menu-selected-item` | Mixin applied to the selected item | `{}` | | `--paper-menu-focused-item` | Mixin applied to the focused item | `{}` | | `--paper-menu-focused-item-after` | Mixin applied to the ::after pseudo-element for the focused item | `{}` |
### Accessibility
`
##<paper-submenu>
`
```html
Just like in `