Skip to content

Instantly share code, notes, and snippets.

@mcarv63
Last active August 29, 2015 14:25
Show Gist options
  • Save mcarv63/0a94e487844c7ab87a85 to your computer and use it in GitHub Desktop.
Save mcarv63/0a94e487844c7ab87a85 to your computer and use it in GitHub Desktop.
designer
<link rel="import" href="../polymer/polymer.html">
<polymer-element name="my-element">
<template>
<style>
</style>
</template>
<script>
Polymer({
});
</script>
</polymer-element>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment