forked from Polymer/old-docs-site
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcommon_elements.html
More file actions
55 lines (45 loc) · 2.41 KB
/
common_elements.html
File metadata and controls
55 lines (45 loc) · 2.41 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<!--
@license
Copyright (c) 2014 The Polymer Project Authors. All rights reserved.
This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
Code distributed by Google as part of the polymer project is also
subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
-->
<meta charset="utf-8">
<!--
NOTE: This file should not be included/used directly.
common_elements.vulcanized.html is included in head.html as a single HTML Import
of common elements.
Before building and/or deploying the docs, run Vulcanize on this file with the
following command:
vulcanize elements/common_elements.html -o elements/common_elements.vulcanized.html
-->
<!-- TODO: put back when https://github.com/Polymer/vulcanize/issues/10 is fixed -->
<!-- <link rel="import" href="../components/polymer/polymer.html"> -->
<!-- Leftnav and top toolbar. Used on all pages. -->
<link rel="import" href="../elements/docs-menu.html">
<link rel="import" href="../elements/scroll-area.html">
<link rel="import" href="../elements/site-banner.html">
<link rel="import" href="../elements/app-bar.html">
<link rel="import" href="../elements/app-drawer.html">
<link rel="import" href="../elements/demo-tabs.html">
<link rel="import" href="../elements/dropdown-panel.html">
<link rel="import" href="../elements/component-docs.html">
<!-- Footer and elsewhere -->
<link rel="import" href="../components/paper-button/paper-button.html">
<!-- TODO: can't be moved into /docs/elements/icons.md because of dupe
registration errors. -->
<!-- Used in icons demos -->
<link rel="import" href="../components/core-icons/core-icons.html">
<link rel="import" href="../components/core-icons/social-icons.html">
<link rel="import" href="../components/core-icons/av-icons.html">
<link rel="import" href="../components/core-menu-button/core-menu-button.html">
<link rel="import" href="../components/core-item/core-item.html">
<!-- TODO: can't be moved into /docs/elements/material.html because of dupe
registration errors. -->
<!-- paper demo page. -->
<link rel="import" href="paper-demo-elements.html">
<!-- download button -->
<link rel="import" href="../components/component-download-button/component-download-button.html">