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

Side by Side Diff: polymer_0.5.4/bower_components/paper-item/demo.html

Issue 895523005: Added Polymer 0.5.4 (Closed) Base URL: https://chromium.googlesource.com/infra/third_party/npm_modules.git@master
Patch Set: Created 5 years, 10 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 Copyright 2013 The Polymer Authors. All rights reserved. 3 Copyright 2013 The Polymer Authors. All rights reserved.
4 Use of this source code is governed by a BSD-style 4 Use of this source code is governed by a BSD-style
5 license that can be found in the LICENSE file. 5 license that can be found in the LICENSE file.
6 --> 6 -->
7 <html> 7 <html>
8 <head> 8 <head>
9 9
10 <meta charset="utf-8"> 10 <meta charset="utf-8">
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
64 <paper-item>Long items wrap by default</paper-item> 64 <paper-item>Long items wrap by default</paper-item>
65 </paper-shadow> 65 </paper-shadow>
66 66
67 </section> 67 </section>
68 68
69 <section> 69 <section>
70 70
71 <div>In a core-selector</div> 71 <div>In a core-selector</div>
72 72
73 <paper-shadow> 73 <paper-shadow>
74 <core-selector selected="1" selectedAttribute=""> 74 <core-selector selected="1">
75 <paper-item>Item 1</paper-item> 75 <paper-item>Item 1</paper-item>
76 <paper-item>Item 2</paper-item> 76 <paper-item>Item 2</paper-item>
77 <paper-item>Item 3</paper-item> 77 <paper-item>Item 3</paper-item>
78 </core-selector> 78 </core-selector>
79 </paper-shadow> 79 </paper-shadow>
80 80
81 </section> 81 </section>
82 82
83 <section> 83 <section>
84 84
(...skipping 11 matching lines...) Expand all
96 <paper-item> 96 <paper-item>
97 <core-icon icon="content-paste"></core-icon> 97 <core-icon icon="content-paste"></core-icon>
98 Paste 98 Paste
99 </paper-item> 99 </paper-item>
100 </paper-shadow> 100 </paper-shadow>
101 101
102 </section> 102 </section>
103 103
104 </body> 104 </body>
105 </html> 105 </html>
OLDNEW
« no previous file with comments | « polymer_0.5.4/bower_components/paper-item/bower.json ('k') | polymer_0.5.4/bower_components/paper-item/index.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698