Skip to content

Instantly share code, notes, and snippets.

@finalclass
Created July 3, 2014 10:27
Show Gist options
  • Save finalclass/5636c8c7c87e7a195103 to your computer and use it in GitHub Desktop.
Save finalclass/5636c8c7c87e7a195103 to your computer and use it in GitHub Desktop.
designer
<link href="../paper-tabs/paper-tabs.html" rel="import">
<link href="../paper-tabs/paper-tab.html" rel="import">
<polymer-element name="my-element">
<template>
<style>
</style>
</template>
<script>
Polymer('my-element', {
});
</script>
</polymer-element>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment