Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / polymer / components-chromium / core-field / metadata.html
1 <x-meta id="core-field" label="Field" group="Core" isContainer>
2
3   <template>
4     <core-field icon="search" theme="core-light-theme">
5       <core-icon icon="search"></core-icon>
6       <core-input placeholder="text input" flex></core-input>
7     </core-field>
8   </template>
9   
10   <template id="imports">
11     <link rel="import" href="core-field.html">
12     <link rel="import" href="../core-icon/core-icon.html">
13     <link rel="import" href="../core-input/core-input.html">
14   </template>
15   
16 </x-meta>
17