Vuelendar is a small datepicker calendar written in VueJS. For quite long time we were using vue wrapper for pikaday in our project. Unfortunately it was hard to customize, and it’s API didn’t allowed us to implement quite a lot requirements.
We needed to do a lot of hacks. At one point, we decided that it would be easier to create own Vue.js based calendar from scratch than customize the existing one.
Vuelendar allows users to select either range of dates:
or select a single date:
How to use it?
If you want to start using vuelendar it’s enough to install it: