jquery-fab

WebJar for jquery-fab

License

License

MIT
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

jquery-fab
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

jquery-fab
WebJar for jquery-fab
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/sboily/jquery-fab

Download jquery-fab

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.npm/jquery-fab/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>jquery-fab</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/jquery-fab/
implementation 'org.webjars.npm:jquery-fab:1.0.0'
// https://jarcasting.com/artifacts/org.webjars.npm/jquery-fab/
implementation ("org.webjars.npm:jquery-fab:1.0.0")
'org.webjars.npm:jquery-fab:jar:1.0.0'
<dependency org="org.webjars.npm" name="jquery-fab" rev="1.0.0">
  <artifact name="jquery-fab" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='jquery-fab', version='1.0.0')
)
libraryDependencies += "org.webjars.npm" % "jquery-fab" % "1.0.0"
[org.webjars.npm/jquery-fab "1.0.0"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

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.

Versions

Version
1.0.0