foopicker

0.3.4 • Public • Published

FooPicker

Pure JavaScript Datepicker

  • Lightweight (6.2KB minified)
  • Zero dependencies

FooPicker Screenshot

Instructions

Bower

bower 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>

Dependencies (0)

    Dev Dependencies (7)

    Package Sidebar

    Install

    npm i foopicker

    Weekly Downloads

    4

    Version

    0.3.4

    License

    MIT

    Unpacked Size

    57.8 kB

    Total Files

    13

    Last publish

    Collaborators

    • yogasaikrishna