mengxiong10 / vue-datepicker-next

A datepicker / datetimepicker component for Vue3
https://mengxiong10.github.io/vue-datepicker-next/
MIT License
147 stars 34 forks source link

[Feature request] Inline prop for vue3 version. #57

Open battlebeast01 opened 4 months ago

battlebeast01 commented 4 months ago

What problem does this feature solve? To embed the datepicker into the parent component,instead of rendering it as a popup element.

What does the proposed API look like? The desired effect should be just like the example on the left (using the vue2 inline prop), but with the vue3 version there is no inline prop or any other prop to embed the datepicker into the parent component. image