Skip to content

Instantly share code, notes, and snippets.

@kp96
Last active August 29, 2015 14:08
Show Gist options
  • Save kp96/155496f086170856c076 to your computer and use it in GitHub Desktop.
Save kp96/155496f086170856c076 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({
});
</script>
</polymer-element>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment