vuetify-daterange-picker
vuetify-daterange-picker copied to clipboard
accept configuration props that the vuetify datepicker accepts
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.
This would be great ... anyways is this package maintained?
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.