kenhyuwa / vue-tailwind-picker

:tada: Datepicker component for vue.js build with Tailwind CSS & dayjs date library
https://vue-tailwind-picker.netlify.app/
193 stars 38 forks source link

feat: Add "selectedDate" props to display selected date #14

Closed jserranojunior closed 4 years ago

jserranojunior commented 4 years ago

If "startDate" is earlier than "selectedDate", it enables the option to navigate between these dates without disabling.

Close #13.