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

remove the wrapper card component #2

Closed praveenpuglia closed 6 years ago

praveenpuglia commented 6 years ago

The current component is rendered inside a card which may not be something that's wanted in all use cases.

Example - opening the datepicker inside a menu. In that case the padding all around will be too much.

It's generally a bad thing to assume that it'll always be a card. Let the user put it anywhere they want to, a card, a menu, anywhere.