nathanreyes / v-calendar

An elegant calendar and datepicker plugin for Vue.
https://vcalendar.io
MIT License
4.42k stars 864 forks source link

Month range picker #1129

Open daledev-uk opened 2 years ago

daledev-uk commented 2 years ago

Is there anyway to have a month range?, something similar to

image

jeferson-cleancloud commented 2 years ago

@daledev-uk have you found a solution to make it work by month?

CapitaineToinon commented 2 years ago

I've tried extracting the CalendarNav component and tried to use it as a standalone but this library uses mixins all over the place and those aren't exposed to the end user so it seems like there is no simple way. It makes me wonder why the author even bothered exposing all the components.

Anyway, this code base is getting old, hard to integrate with composition api logic and is as you can see by the amount of issues and PR opened, not very active anymore. Just look somewhere else.