2.5.2 • Published 7 years ago
f-paper-spinner-fab v2.5.2
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-fabUsage
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 bowerThen, go ahead and download the element's dependencies:
bower installPlaying 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 polyserveAnd you can run it via:
polyserveOnce 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.
2.5.2
7 years ago