1.2.3 • Published 1 year ago

imnd-datepicker v1.2.3

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

imnd-datepicker

simple datepicker

logic, template, localisation and styles are separated in different files. it uses imnd-dom library.

Usage:

  <form>
    <input type="file" id="file" />
    <input type="button" id="file-upload" value="Send" />
  </form>
 
  <script>
    import datepicker from 'imnd-datepicker';

    datepicker
      .defaults({
        class: 'datepicker',
        locale: 'en',
      })
      .build();
 </script>
1.2.3

1 year ago

1.1.0

2 years ago

1.2.2

2 years ago

1.2.1

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago