Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(70)

Side by Side Diff: pkg/polymer/lib/elements/polymer-ui-field/metadata.html

Issue 175443005: [polymer] import all elements (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: updated from bower Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 <x-meta id="polymer-ui-field" label="Polymer Field">
2 <template>
3 <polymer-ui-field icon="search" theme="polymer-ui-light-theme">
4 <polymer-ui-icon icon="search"></polymer-ui-icon>
5 <input placeholder="text input" flex>
6 </polymer-ui-field>
7 </template>
8 <template id="imports">
9 <link rel="import" href="polymer-ui-field.html">
10 <link rel="import" href="../polymer-ui-icon/polymer-ui-icon.html">
11 </template>
12 </x-meta>
13
14 <x-meta id="input" label="Input" isHidden>
15 <property name="placeholder" kind="string"></property>
16 <property name="value" kind="string"></property>
17 </x-meta>
OLDNEW
« no previous file with comments | « pkg/polymer/lib/elements/polymer-ui-field/index.html ('k') | pkg/polymer/lib/elements/polymer-ui-field/polymer-ui-field.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698