Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 582 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 582 Bytes

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.

Copyright and license

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