jquery-fab
================

Material style floating action button with jQuery.

## How to use

Install via npm:

```
$ npm install jquery-fab
```

Create a div to wrap the FAB:

```
<div id="wrapper"></div>
```

Call the jqueryFab function:

```
$('#wrapper').jqueryFab(links, options);
```

There's an example on the page [jquery-fab.html](https://github.com/jeffersonrpn/jquery-fab/blob/master/jquery-fab.html).

## Copyright and license

The license is available within the repository in the [LICENSE](https://github.com/jeffersonrpn/jquery-fab/blob/master/LICENSE.md) file.
