Home | History | Annotate | Download | only in paper-item
      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>