Skip to content

Instantly share code, notes, and snippets.

@elswork
Created August 8, 2014 00:39
Show Gist options
  • Save elswork/39e6681e3525d741483f to your computer and use it in GitHub Desktop.
Save elswork/39e6681e3525d741483f to your computer and use it in GitHub Desktop.
designer
<link rel="import" href="../components/polymer/polymer.html">
<link rel="import" href="elements/three-elements.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