Skip to content

Trying to come up with pure JS datepicker without any dependecies yet having similar functionality as BS3 Datepicker

Notifications You must be signed in to change notification settings

avirati/BS3-datepicker-alternative

Repository files navigation

BS3-datepicker-alternative

Trying to come up with pure JS datepicker without any dependecies yet having similar functionality as BS3 Datepicker

I am not a guy who would use a lot of 3rd Party Libraries until and unless absolutely needed. For Example, to use Bootstrap Datepicker, I will have to include these dependencies :

  1. JQuery
  2. Bootstrap CSS
  3. Bootstrap JS
  4. Moment JS
  5. Datepicker JS
  6. Datepicker CSS

While actually I need only one JS and one CSS file.

The library is supposed to help people like me, who use a framework like (Angular / Backbone / Ember) and dont want to use JQuery for DOM Manipulation.

I believe in writing foundation JS and CSS. Hence the effort :)

Note : This is not production ready.

About

Trying to come up with pure JS datepicker without any dependecies yet having similar functionality as BS3 Datepicker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published