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

dark and light themes #7

Closed praveenpuglia closed 6 years ago

praveenpuglia commented 6 years ago

Currently it's light by default which may not be always desired. Let the user pass in dark or light boolean prop just like any other vuetify component and set up the component with that tint.

praveenpuglia commented 6 years ago

On the other hand, may be let it be agnostic of theme at the component level and let the user choose a global theme which will automatically change this. Thoughts?