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

Unified Diff: pkg/polymer/lib/elements/polymer-ui-menu/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, 10 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 side-by-side diff with in-line comments
Download patch
Index: pkg/polymer/lib/elements/polymer-ui-menu/metadata.html
diff --git a/pkg/polymer/lib/elements/polymer-ui-menu/metadata.html b/pkg/polymer/lib/elements/polymer-ui-menu/metadata.html
new file mode 100644
index 0000000000000000000000000000000000000000..ed5dd613bf8c94c79f3f9701b358a3fe6908a2bb
--- /dev/null
+++ b/pkg/polymer/lib/elements/polymer-ui-menu/metadata.html
@@ -0,0 +1,26 @@
+<x-meta id="polymer-ui-menu" label="Polymer Menu" isContainer>
+ <template>
+ <polymer-ui-menu selected="0" theme="polymer-ui-dark-theme">
+ <polymer-ui-submenu-item icon="settings" label="Topics">
+ <polymer-ui-menu-item label="Topic 1"></polymer-ui-menu-item>
+ <polymer-ui-menu-item label="Topic 2"></polymer-ui-menu-item>
+ <polymer-ui-menu-item label="Topic 3"></polymer-ui-menu-item>
+ </polymer-ui-submenu-item>
+ <polymer-ui-submenu-item icon="settings" label="Favorites">
+ <polymer-ui-menu-item label="Favorites 1"></polymer-ui-menu-item>
+ <polymer-ui-menu-item label="Favorites 2"></polymer-ui-menu-item>
+ <polymer-ui-menu-item label="Favorites 3"></polymer-ui-menu-item>
+ <polymer-ui-menu-item label="Favorites 4"></polymer-ui-menu-item>
+ </polymer-ui-submenu-item>
+ <polymer-ui-submenu-item icon="settings" label="Explore">
+ <polymer-ui-menu-item label="Explore 1"></polymer-ui-menu-item>
+ <polymer-ui-menu-item label="Explore 2"></polymer-ui-menu-item>
+ </polymer-ui-submenu-item>
+ </polymer-ui-menu>
+ </template>
+ <template id="imports">
+ <link rel="import" href="polymer-ui-menu.html">
+ <link rel="import" href="../polymer-ui-menu-item/polymer-ui-menu-item.html">
+ <link rel="import" href="../polymer-ui-submenu-item/polymer-ui-submenu-item.html">
+ </template>
+</x-meta>
« no previous file with comments | « pkg/polymer/lib/elements/polymer-ui-menu/index.html ('k') | pkg/polymer/lib/elements/polymer-ui-menu/polymer-ui-menu.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698