1.0.2 • Published 7 years ago

@baxon/datepicker v1.0.2

Weekly downloads
-
License
ISC
Repository
github
Last release
7 years ago

Datepicker

Simple datepicker widget.

Made using es6 classes.

Usage

download and include dist/datePicker.js in your html file. You will also need the dependencies listed next.

The datePicker will be applied to any input with the datepicker class.

dependencies

  • jQuery
  • bootstrap v4
  • font awesome

Fork

To work on the project you just need node and

$ npm install

Then

$ npm run watch

to start watching the js for changes (the project uses browserify);

Example

See the example folder for a working example

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago