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

Side by Side Diff: third_party/polymer/components/paper-item/demo/index.html

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 <!doctype html> 1 <!doctype html>
2 <!-- 2 <!--
3 @license 3 @license
4 Copyright (c) 2015 The Polymer Project Authors. All rights reserved. 4 Copyright (c) 2015 The Polymer Project Authors. All rights reserved.
5 This code may only be used under the BSD style license found at http://polymer.g ithub.io/LICENSE.txt 5 This code may only be used under the BSD style license found at http://polymer.g ithub.io/LICENSE.txt
6 The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt 6 The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
7 The complete set of contributors may be found at http://polymer.github.io/CONTRI BUTORS.txt 7 The complete set of contributors may be found at http://polymer.github.io/CONTRI BUTORS.txt
8 Code distributed by Google as part of the polymer project is also 8 Code distributed by Google as part of the polymer project is also
9 subject to an additional IP rights grant found at http://polymer.github.io/PATEN TS.txt 9 subject to an additional IP rights grant found at http://polymer.github.io/PATEN TS.txt
10 --> 10 -->
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
102 Alphonso Engelking 102 Alphonso Engelking
103 </paper-icon-item> 103 </paper-icon-item>
104 <paper-icon-item> 104 <paper-icon-item>
105 <div class="avatar" item-icon></div> 105 <div class="avatar" item-icon></div>
106 Angela Decker 106 Angela Decker
107 </paper-icon-item> 107 </paper-icon-item>
108 </div> 108 </div>
109 </template> 109 </template>
110 </demo-snippet> 110 </demo-snippet>
111 111
112 <h3>For two-line items, use a paper-icon-body inside a paper-item or paper-i con-item</h3> 112 <h3>For two-line items, use a paper-item-body inside a paper-item or paper-i con-item</h3>
113 <demo-snippet> 113 <demo-snippet>
114 <template> 114 <template>
115 <div role="listbox"> 115 <div role="listbox">
116 <paper-item> 116 <paper-item>
117 <paper-item-body two-line> 117 <paper-item-body two-line>
118 <div>Profile Photo</div> 118 <div>Profile Photo</div>
119 <div secondary>Change your Google+ profile photo</div> 119 <div secondary>Change your Google+ profile photo</div>
120 </paper-item-body> 120 </paper-item-body>
121 </paper-item> 121 </paper-item>
122 <paper-icon-item> 122 <paper-icon-item>
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
182 </a> 182 </a>
183 <a class="paper-item-link" href="#sent" tabindex="-1"> 183 <a class="paper-item-link" href="#sent" tabindex="-1">
184 <paper-item>Sent mail</paper-item> 184 <paper-item>Sent mail</paper-item>
185 </a> 185 </a>
186 </div> 186 </div>
187 </template> 187 </template>
188 </demo-snippet> 188 </demo-snippet>
189 </div> 189 </div>
190 </body> 190 </body>
191 </html> 191 </html>
OLDNEW
« no previous file with comments | « third_party/polymer/components/paper-item/bower.json ('k') | third_party/polymer/components/paper-material/.bower.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698