praveenpuglia / vuetify-daterange-picker

The missing date range picker for Vuetify JS you have been looking for.
https://vuetify-daterange-picker.gitbook.io/docs
MIT License
197 stars 59 forks source link

accept configuration props that the vuetify datepicker accepts #13

Open praveenpuglia opened 6 years ago

praveenpuglia commented 6 years ago

vuetify's picker accepts a bunch of properties like dark, light or props to change the chevron icons. Currently the date range picker doesn't allow any of that.

I think it'll be a good thing to just accept those same inputs and if they are present in the component, then we pass them along to the inner date pickers.

szabizs commented 5 years ago

This would be great ... anyways is this package maintained?

praveenpuglia commented 5 years ago

The repo is maintained but with a much slower pace than i would like since its just me. If you are willing to chip and help, that would be awesome. (y)

About the props thing, In version 3.x I already support passing in menu props and input props. It is relatively easy for me to pass the datepicker props too but a little time is required to check cases where the props I use collide with something the user passes.