Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

Commit

Permalink
update core-field metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
frankiefu committed Apr 25, 2014
1 parent 919ab4b commit 8e46914
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions metadata.html
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
<x-meta id="core-field" label="Polymer Core Field">
<x-meta id="core-field" label="Polymer Core Field" group="Polymer Core" isContainer>

<template>
<core-field icon="search" theme="polymer-ui-light-theme">
<core-field icon="search" theme="core-light-theme">
<core-icon icon="search"></core-icon>
<core-input placeholder="text input" flex></core-input>
<core-input placeholder="text input" core-flex></core-input>
</core-field>
</template>

<template id="imports">
<link rel="import" href="core-field.html">
<link rel="import" href="../core-icon/core-icon.html">
<link rel="import" href="../core-input/core-input.html">
</template>

</x-meta>

0 comments on commit 8e46914

Please sign in to comment.