Skip to content

Instantly share code, notes, and snippets.

@giiyms
Last active August 29, 2015 14:06
Show Gist options
  • Select an option

  • Save giiyms/dd104077d7ecc9f855b3 to your computer and use it in GitHub Desktop.

Select an option

Save giiyms/dd104077d7ecc9f855b3 to your computer and use it in GitHub Desktop.
designer
<link rel="import" href="../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