metadata.html revision 1320f92c476a1ad9d19dba2a48c72b75566198e9
1<x-meta id="paper-item" label="Item" group="Paper">
2
3  <template>
4  
5    <paper-item icon="settings" label="Item"></paper-item>
6    
7  </template>
8  
9  <template id="imports">
10    <link rel="import" href="/core-icons/core-icons.html">
11    <link rel="import" href="paper-item.html">
12  </template>
13  
14</x-meta>