jquery-fab

Material style floating action button with jQuery.

How to use

Install via bower:

$ bower 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 or see the button right on this page.

Copyright and license

The license is available within the repository in the LICENSE file.