vue-klender
Yet another date picker for vuejs.
To Do
- [x] Return selected dates to parent component.
- [ ] Single date, multiple dates, or range of dates.
- [ ] Range of selectable period. For example: July 2019 until January 2020.
- [ ] Array of selectable dates. For example: can only select July 20, July 27, and Aug 1.
- [ ] Slide in and out animation when changing month.
- [ ] Shows more than 1 month at once.
- [ ] Show calendar in vertical instead of horizontal.
- [ ] Configurable month name and date number format.
- [ ] Configurable css styling (color, width, etc).
- [ ] Show holidays.
- [ ] Localization.
- [ ] Add CI to build and publish.