dbrekalo / vue-date-pick

Lightweight and mobile friendly date time picker based on Vue. Vue date pick emphasizes performance, elegant and usable UI on all screen sizes and simplicity of configuration. Has no dependencies on css frameworks or date libraries. Weighs less then 5KB.
https://dbrekalo.github.io/vue-date-pick/
MIT License
251 stars 84 forks source link

Feature request: date range #63

Open hmaesta opened 4 years ago

hmaesta commented 4 years ago

Starting a new project and really caring about bundle size. I have lost more hours than I wish looking for a Vue datepicker and it seems like an impossible chore, since all packages are huge.

vue-date-pick has a great appearance, performance and size, but unfortunately it doesn't have date range.

dseidl commented 3 years ago

@hmaesta with what package did you settle with in the end?

hmaesta commented 3 years ago

@dseidl I ended up using v-calendar.

Package author improved bundle size as much as he could without breaking changes. It's not perfect but has the benefit of being the most used – and so a bigger community.