jquery-fab
v1.0.0
Published
Material style floating action button with jQuery
Downloads
13
Readme
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.
Copyright and license
The license is available within the repository in the LICENSE file.