Skip to content

Instantly share code, notes, and snippets.

@PaulSchnau
Created May 13, 2014 01:36
Show Gist options
  • Save PaulSchnau/bd8b41d828c6a45db4b1 to your computer and use it in GitHub Desktop.
Save PaulSchnau/bd8b41d828c6a45db4b1 to your computer and use it in GitHub Desktop.
designer
<link rel="import" href="../components/polymer/polymer.html">
<polymer-element name="my-element">
<template>
<style>
</style>
</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