Vuepic / vue-datepicker

Datepicker component for Vue 3
https://vue3datepicker.com
MIT License
1.43k stars 142 forks source link

Make `preset-dates` a stand-alone feature #834

Closed decoded-cipher closed 4 months ago

decoded-cipher commented 4 months ago

Is your feature request related to a problem? Please describe.

Compressed Layout

image

Expanded Layout

image


Describe the solution you'd like

Jasenkoo commented 4 months ago

This is more of a custom implementation which should not be part of the picker, as you can simply have an inline calendar and a wrapper that you will trigger when needed. It is a bit overhead to add this functionality.