f-paper-spinner-fab

2.5.2 • Public • Published

f-paper-spinner-fab Build Status

Combines <paper-spinner-lite> and <paper-fab>.

Example

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.

Package Sidebar

Install

npm i f-paper-spinner-fab

Weekly Downloads

2

Version

2.5.2

License

MIT

Unpacked Size

23.2 kB

Total Files

8

Last publish

Collaborators

  • mkazlauskas