Last active
August 29, 2015 14:19
-
-
Save 64BitAsura/54412eb124b58fc9dfdb to your computer and use it in GitHub Desktop.
designer
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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