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

Side by Side Diff: polymer_1.2.3/bower_components/iron-selector/README.md

Issue 1581713003: [third_party] add polymer 1.2.3 (Closed) Base URL: https://chromium.googlesource.com/infra/third_party/npm_modules.git@master
Patch Set: 1.2.3 Created 4 years, 11 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 iron-selector 1 iron-selector
2 ============= 2 =============
3 3
4 `iron-selector` is an element which can be used to manage a list of elements 4 `iron-selector` is an element which can be used to manage a list of elements
5 that can be selected. Tapping on the item will make the item selected. The `se lected` indicates 5 that can be selected. Tapping on the item will make the item selected. The `se lected` indicates
6 which item is being selected. The default is to use the index of the item. 6 which item is being selected. The default is to use the index of the item.
7 7
8 Example: 8 Example:
9 9
10 ```html 10 ```html
(...skipping 30 matching lines...) Expand all
41 </style> 41 </style>
42 42
43 ... 43 ...
44 44
45 <iron-selector selected="0"> 45 <iron-selector selected="0">
46 <div>Item 1</div> 46 <div>Item 1</div>
47 <div>Item 2</div> 47 <div>Item 2</div>
48 <div>Item 3</div> 48 <div>Item 3</div>
49 </iron-selector> 49 </iron-selector>
50 ``` 50 ```
OLDNEW
« no previous file with comments | « polymer_1.2.3/bower_components/iron-selector/.travis.yml ('k') | polymer_1.2.3/bower_components/iron-selector/bower.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698