OLD | NEW |
(Empty) | |
| 1 <x-meta id="core-header-panel" label="Header Panel" isContainer group="Core"> |
| 2 |
| 3 <property name="mode" kind="select" options="standard, waterfall, waterfall-ta
ll, scroll, cover"></property> |
| 4 |
| 5 <template> |
| 6 |
| 7 <core-header-panel mode="standard" style="width: 300px; height: 400px;"> |
| 8 |
| 9 <core-toolbar style="background-color: #4F7DC9; color: #FFF;"> |
| 10 <core-icon-button icon="menu"></core-icon-button> |
| 11 <div>Header</div> |
| 12 </core-toolbar> |
| 13 |
| 14 <section style="height: 1000px; background: linear-gradient(rgb(214, 227,
231), lightblue);"></section> |
| 15 |
| 16 </core-header-panel> |
| 17 |
| 18 </template> |
| 19 |
| 20 <template id="imports"> |
| 21 |
| 22 <link rel="import" href="../core-icon-button/core-icon-button.html"> |
| 23 <link rel="import" href="../core-toolbar/core-toolbar.html"> |
| 24 <link rel="import" href="core-header-panel.html"> |
| 25 |
| 26 </template> |
| 27 |
| 28 </x-meta> |
OLD | NEW |