Index: pkg/polymer/lib/elements/polymer-ui-arrow/demo.html |
diff --git a/pkg/polymer/lib/elements/polymer-ui-arrow/demo.html b/pkg/polymer/lib/elements/polymer-ui-arrow/demo.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..5c015feae47578802acf6fffb090446e9d59d1dd |
--- /dev/null |
+++ b/pkg/polymer/lib/elements/polymer-ui-arrow/demo.html |
@@ -0,0 +1,23 @@ |
+ |
+<!doctype html> |
+<!-- |
+Copyright 2013 The Polymer Authors. All rights reserved. |
+Use of this source code is governed by a BSD-style |
+license that can be found in the LICENSE file. |
+--> |
+<html> |
+ <head> |
+ <title>Arrows</title> |
+ <script src="../platform/platform.js"></script> |
+ <link rel="import" href="polymer-ui-arrow.html"> |
+ </head> |
+ <body style="background: whitesmoke;" unresolved> |
+ <polymer-ui-arrow direction="up"></polymer-ui-arrow> |
+ <br><br> |
+ <polymer-ui-arrow direction="down" size="20" color="whitesmoke" borderWidth="8"></polymer-ui-arrow> |
+ <br><br> |
+ <polymer-ui-arrow direction="right" size="30" color="blue" borderColor="lightblue" borderWidth="6"></polymer-ui-arrow> |
+ <br><br> |
+ <polymer-ui-arrow direction="left" color="#aaa" borderColor="#aaa"></polymer-ui-arrow> |
+ </body> |
+</html> |