Index: pkg/polymer/lib/elements/polymer-ui-ratings/demo.html |
diff --git a/pkg/polymer/lib/elements/polymer-ui-ratings/demo.html b/pkg/polymer/lib/elements/polymer-ui-ratings/demo.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..6831ecc750e496778dc0828a7d205d068d480f3e |
--- /dev/null |
+++ b/pkg/polymer/lib/elements/polymer-ui-ratings/demo.html |
@@ -0,0 +1,25 @@ |
+ |
+<!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>Ratings</title> |
+ <meta charset="utf-8"> |
+ <script src="../platform/platform.js"></script> |
+ <link rel="import" href="polymer-ui-ratings.html"> |
+ <link rel="stylesheet" href="../polymer-ui-base/base.css"> |
+ </head> |
+ <body unresolved> |
+ <polymer-ui-ratings value="3"></polymer-ui-ratings> |
+ <br><br> |
+ <polymer-ui-ratings value="5" count="10"></polymer-ui-ratings> |
+ <br><br> |
+ <div theme="polymer-ui-dark-theme" style="background: #333;"> |
+ <polymer-ui-ratings value="3"></polymer-ui-ratings> |
+ </div> |
+ </body> |
+</html> |