1.0.0 • Published 1 month ago

calendar-bits v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 month ago

CalendarBits

CalendarBits is a lightweight library for building calendar or date picker UI without the tedious groundwork.

Demo

Installation

  • Via the CDN: <script src="https://unpkg.com/calendar-bits"></script>
  • Npm package:

    #npm
    npm i calendar-bits
    
    #yarn
    yarn add calendar-bits

Usage

calendar.init({
    dateValue: new Date(), // Date object, number or YYYY-MM-DD string
    dateChanged: () => {}
});

Documentation

See the docs for detailed information.

License

MIT

1.0.0

1 month ago

0.0.4-rc

2 years ago

0.0.3-rc

2 years ago

0.0.2-rc

2 years ago

0.0.1-rc

2 years ago