| Index: pkg/polymer/lib/elements/polymer-ui-sidebar-header/demo.html
|
| diff --git a/pkg/polymer/lib/elements/polymer-ui-sidebar-header/demo.html b/pkg/polymer/lib/elements/polymer-ui-sidebar-header/demo.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..d44d3c38136bcfd70d900b7f3ab445b88f9b47d2
|
| --- /dev/null
|
| +++ b/pkg/polymer/lib/elements/polymer-ui-sidebar-header/demo.html
|
| @@ -0,0 +1,32 @@
|
| +
|
| +<!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-header.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" unresolved>
|
| + <polymer-ui-sidebar-header label="Polymer"></polymer-ui-sidebar>
|
| + </body>
|
| +</html>
|
|
|