OLD | NEW |
| (Empty) |
1 <x-meta id="paper-fab" label="Floating Action Button" group="Paper"> | |
2 | |
3 <template> | |
4 <paper-fab icon="av:play-arrow"></paper-fab> | |
5 </template> | |
6 | |
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> | |
12 | |
13 </x-meta> | |
14 | |
15 <x-meta id="paper-fab-right-aligned" label="Floating Action Button Panel" group=
"Paper"> | |
16 | |
17 <template> | |
18 <div layout horizontal> | |
19 <paper-fab icon="check"></paper-fab> | |
20 </div> | |
21 </template> | |
22 | |
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> | |
OLD | NEW |