Vuepic / vue-datepicker

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

marker bottom description area slot has been added #771

Closed AbdullahAgsar closed 7 months ago

AbdullahAgsar commented 7 months ago

i needed a bottom description area for every months. so i do added a new slot for this my problem.

like this: Screenshot 2024-03-08 at 10 08 09

Jasenkoo commented 7 months ago

You can use the action-extra slot for this context. I will not merge this PR

AbdullahAgsar commented 7 months ago

@Jasenkoo Hello, unfortunately, I cannot use the "action-extra" field. I need an area where I can add descriptions separately for each month. In the system where we use the package, in some cases, we list 24 months, and fields like "action-extra" apply to the entire calendar. In a calendar with 24 months listed, it is not possible to add all important dates in one field. As I have seen from the package documentation and source code, there is no field that fully meets my needs.

Screenshot 2024-03-11 at 10 04 10