MacViews: Get c/b/ui/views/tabs to build on Mac
[chromium-blink-merge.git] / third_party / polymer / components-chromium / paper-fab / metadata.html
blobef952326637136f5cea73655d48226bb35129d3d
1 <x-meta id="paper-fab" label="Floating Action Button" group="Paper">
3 <template>
4 <paper-fab icon="av:play-arrow"></paper-fab>
5 </template>
7 <template id="imports">
8 <link rel="import" href="../core-icons/core-icons.html">
9 <link rel="import" href="../core-icons/av-icons.html">
10 <link rel="import" href="paper-fab.html">
11 </template>
13 </x-meta>
15 <x-meta id="paper-fab-right-aligned" label="Floating Action Button Panel" group="Paper">
17 <template>
18 <div layout horizontal>
19 <paper-fab icon="check"></paper-fab>
20 </div>
21 </template>
23 <template id="imports">
24 <link rel="import" href="../core-icons/core-icons.html">
25 <link rel="import" href="paper-fab.html">
26 </template>
27 </x-meta>