1.1.0 • Published 5 years ago

rw-picker v1.1.0

Weekly downloads
7
License
MIT
Repository
github
Last release
5 years ago

rw-picker

Build Status Coverage Status Known Vulnerabilities

Minimalistic datepicker forked (nicked) from https://github.com/yogasaikrishna/foopicker

Pure JavaScript Datepicker

  • Lightweight (6.2KB minified)
  • Zero dependencies

Usage

npm install --save rw-picker

index.html

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

script.js

import {DatePicker} from 'rw-picker'
var myDatepicker = new DatePicker({
  id: 'datepicker'
});
1.1.0

5 years ago

1.0.0

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago