Skip to content

Instantly share code, notes, and snippets.

@hofiorg
Created November 12, 2014 20:55
Show Gist options
  • Save hofiorg/601e70e13a5cf6636041 to your computer and use it in GitHub Desktop.
Save hofiorg/601e70e13a5cf6636041 to your computer and use it in GitHub Desktop.
<link rel="import" href="bower_components/core-toolbar/core-toolbar.html">
<link rel="import" href="bower_components/core-drawer-panel/core-drawer-panel.html">
<link rel="import" href="bower_components/core-header-panel/core-header-panel.html">
<polymer-element name="my-component">
<template>
<core-drawer-panel id="drawerPanel" narrow="false" responsiveWidth="860px">
<core-header-panel mode="seamed" main>
<core-toolbar>
</core-toolbar>
<div>
<a href="http://www.google.de">GOOGLE</a>
</div>
</core-header-panel>
</core-drawer-panel>
</template>
<script>
Polymer('my-component', {
});
</script>
</polymer-element>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment