Index: pkg/polymer/lib/elements/polymer-ui-sidebar/demo.html |
diff --git a/pkg/polymer/lib/elements/polymer-ui-sidebar/demo.html b/pkg/polymer/lib/elements/polymer-ui-sidebar/demo.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..071a4e087c25b3d6c051e2570dd0a664ef1518c4 |
--- /dev/null |
+++ b/pkg/polymer/lib/elements/polymer-ui-sidebar/demo.html |
@@ -0,0 +1,34 @@ |
+ |
+<!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>polymer-ui-sidebar</title> |
+ <script src="../platform/platform.js"></script> |
+ <link rel="import" href="polymer-ui-sidebar.html"> |
+ <link rel="stylesheet" href="../polymer-ui-base/base.css"> |
+ <style> |
+ html, body { |
+ height: 100%; |
+ } |
+ |
+ body { |
+ margin: 0; |
+ } |
+ |
+ polymer-ui-sidebar { |
+ width: 240px; |
+ height: 100%; |
+ } |
+ </style> |
+ </head> |
+ <body class="polymer-ui-body-text" theme="polymer-ui-dark-theme" unresolved> |
+ <polymer-ui-sidebar label="Polymer"> |
+ some content... |
+ </polymer-ui-sidebar> |
+ </body> |
+</html> |