Skip to content

Instantly share code, notes, and snippets.

@64BitAsura
Last active August 29, 2015 14:19
Show Gist options
  • Save 64BitAsura/54412eb124b58fc9dfdb to your computer and use it in GitHub Desktop.
Save 64BitAsura/54412eb124b58fc9dfdb to your computer and use it in GitHub Desktop.
designer
<link rel="import" href="https://polymer-designer.appspot.com/components/paper-fab/paper-fab.html">
<polymer-element name="extended-fab" extends="paper-fab" noscript="">
<template>
<style>
</style>
<content id="content"></content>
</template>
<script>
Polymer({
});
</script>
</polymer-element>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment