nathanreyes / v-calendar

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

Replacing Bootstrap DateRange picker with v-date-picker #217

Open ghost opened 6 years ago

ghost commented 6 years ago

We're migrating from a Bootstrap DateRange picker to v-calendar, or more specifically v-date-picker. Mainly because this supports a single date, multiple dates and a date range picker and it's a native Vue component. We want to make the transition for our users as smooth as possible, and we're struggling with the following: a) Can we adjust the behaviour of the v-date-picker with a cancel/apply button, so that a user needs to explicitly apply the selection? b) The date picker is used on multiple places in the application. Is it possible to adjust the display style using css (sass), instead of explicitly specifying the themeStyles property each time the component is used?

Big hi5 for the awesome job you did with this picker and the extensive documentation!

dphonelath commented 5 years ago

Hey, looking for a calendar feature for Vue Native too!

tesmojones commented 5 years ago

Looking for this feature also.