Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(762)

Side by Side Diff: third_party/polymer/components/paper-menu/README.md

Issue 3010683002: Update Polymer components. (Closed)
Patch Set: Rebase Created 3 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 1
2 <!--- 2 <!---
3 3
4 This README is automatically generated from the comments in these files: 4 This README is automatically generated from the comments in these files:
5 paper-menu.html paper-submenu.html 5 paper-menu.html paper-submenu.html
6 6
7 Edit those files, and our readme bot will duplicate them over here! 7 Edit those files, and our readme bot will duplicate them over here!
8 Edit this file, and the bot will squash your changes :) 8 Edit this file, and the bot will squash your changes :)
9 9
10 The bot does some handling of markdown. Please file a bug if it does the wrong 10 The bot does some handling of markdown. Please file a bug if it does the wrong
11 thing! https://github.com/PolymerLabs/tedium/issues 11 thing! https://github.com/PolymerLabs/tedium/issues
12 12
13 --> 13 -->
14 14
15 [![Build Status](https://travis-ci.org/PolymerElements/paper-menu.svg?branch=mas ter)](https://travis-ci.org/PolymerElements/paper-menu) 15 [![Build status](https://travis-ci.org/PolymerElements/paper-menu.svg?branch=mas ter)](https://travis-ci.org/PolymerElements/paper-menu)
16 16
17 _[Demo and API Docs](https://elements.polymer-project.org/elements/paper-menu)_ 17 _[Demo and API docs](https://elements.polymer-project.org/elements/paper-menu)_
18 18
19 19
20 ##&lt;paper-menu&gt; 20 ##&lt;paper-menu&gt;
21 21
22 Material design: [Menus](https://www.google.com/design/spec/components/menus.htm l) 22 Material design: [Menus](https://www.google.com/design/spec/components/menus.htm l)
23 23
24 `<paper-menu>` implements an accessible menu control with Material Design stylin g. The focused item 24 `<paper-menu>` implements an accessible menu control with Material Design stylin g. The focused item
25 is highlighted, and the selected item has bolded text. 25 is highlighted, and the selected item has bolded text.
26 26
27 ```html 27 ```html
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
104 </paper-submenu> 104 </paper-submenu>
105 </paper-menu> 105 </paper-menu>
106 ``` 106 ```
107 107
108 Just like in `<paper-menu>`, the focused item is highlighted, and the selected 108 Just like in `<paper-menu>`, the focused item is highlighted, and the selected
109 item has bolded text. Please see the `<paper-menu>` docs for which attributes 109 item has bolded text. Please see the `<paper-menu>` docs for which attributes
110 (such as `multi` and `selected`), and styling options are available for the 110 (such as `multi` and `selected`), and styling options are available for the
111 `menu-content` menu. 111 `menu-content` menu.
112 112
113 113
OLDNEW
« no previous file with comments | « third_party/polymer/components/paper-menu/CONTRIBUTING.md ('k') | third_party/polymer/components/paper-menu/bower.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698