Skip to content

Instantly share code, notes, and snippets.

@kingflurkel
Created August 22, 2014 08:42
Show Gist options
  • Save kingflurkel/f43e4c7f24a3941f78e8 to your computer and use it in GitHub Desktop.
Save kingflurkel/f43e4c7f24a3941f78e8 to your computer and use it in GitHub Desktop.
designer
<link rel="import" href="../components/polymer/polymer.html">
<polymer-element name="my-element">
<template>
</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