Skip to content

Instantly share code, notes, and snippets.

@stephenwilley
Created July 9, 2014 11:57
Show Gist options
  • Save stephenwilley/516e0696a77210eefba1 to your computer and use it in GitHub Desktop.
Save stephenwilley/516e0696a77210eefba1 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