f-paper-spinner-fab
v2.5.2
Published
Combines <paper-spinner-lite> and <paper-fab>
Downloads
2
Maintainers
Readme
f-paper-spinner-fab
Combines <paper-spinner-lite>
and <paper-fab>
.
- Learn about element properties in component page.
- Try out live demo.
Installation
# Assuming Node.js and Bower are already installed
bower install --save f-paper-spinner-fab
Usage
Import element and (if needed) iconset
<link rel="import" href="bower_components/iron-icons/iron-icons.html">
<link rel="import" href="bower_components/f-paper-spinner-fab/f-paper-spinner-fab.html">
Use it
<f-paper-spinner-fab icon="cancel" active></f-paper-spinner-fab>
Development
From here on, documentation will only concern development of this component.
Dependencies
Element dependencies are managed via Bower. You can install that via:
npm install -g bower
Then, go ahead and download the element's dependencies:
bower install
Playing With Your Element
If you wish to work on your element in isolation, we recommend that you use Polyserve to keep your element's bower dependencies in line. You can install it via:
npm install -g polyserve
And you can run it via:
polyserve
Once running, you can preview your element at
http://localhost:8080/components/f-paper-spinner-fab/
, where f-paper-spinner-fab
is the name of the directory containing it.