foopicker

WebJar for foopicker

License

License

MIT
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

foopicker
Last Version

Last Version

0.3.4
Release Date

Release Date

Type

Type

jar
Description

Description

foopicker
WebJar for foopicker
Project URL

Project URL

https://www.webjars.org
Source Code Management

Source Code Management

https://github.com/saikoneru/foopicker

Download foopicker

How to add to project

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

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.

FooPicker

Pure JavaScript Datepicker

  • Lightweight (6.2KB minified)
  • Zero dependencies

FooPicker Screenshot

Instructions

Bower

npm install foopicker

Other

Download the latest code and include both foopicker.css and foopicker.js in your page and then bind foopicker to an input field

<input type="text" id="datepicker">

Add the following JavaScript code before closing the body tag

<script>
  var foopicker = new FooPicker({
    id: 'datepicker'
  });
</script>

Versions

Version
0.3.4