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

Side by Side Diff: pkg/polymer/lib/elements/polymer-ui-arrow/demo.html

Issue 175443005: [polymer] import all elements (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: updated from bower Created 6 years, 9 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 | Annotate | Revision Log
OLDNEW
(Empty)
1
2 <!doctype html>
3 <!--
4 Copyright 2013 The Polymer Authors. All rights reserved.
5 Use of this source code is governed by a BSD-style
6 license that can be found in the LICENSE file.
7 -->
8 <html>
9 <head>
10 <title>Arrows</title>
11 <script src="../platform/platform.js"></script>
12 <link rel="import" href="polymer-ui-arrow.html">
13 </head>
14 <body style="background: whitesmoke;" unresolved>
15 <polymer-ui-arrow direction="up"></polymer-ui-arrow>
16 <br><br>
17 <polymer-ui-arrow direction="down" size="20" color="whitesmoke" borderWidth= "8"></polymer-ui-arrow>
18 <br><br>
19 <polymer-ui-arrow direction="right" size="30" color="blue" borderColor="ligh tblue" borderWidth="6"></polymer-ui-arrow>
20 <br><br>
21 <polymer-ui-arrow direction="left" color="#aaa" borderColor="#aaa"></polymer -ui-arrow>
22 </body>
23 </html>
OLDNEW
« no previous file with comments | « pkg/polymer/lib/elements/polymer-ui-arrow/bower.json ('k') | pkg/polymer/lib/elements/polymer-ui-arrow/index.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698