Vuepic / vue3-date-time-picker

Datepicker component for Vue 3
https://vue3datepicker.com
MIT License
158 stars 13 forks source link

Allow to display more than 2 months at once in mobile view #75

Closed scheruku9 closed 2 years ago

scheruku9 commented 2 years ago

Is your feature request related to a problem? Please describe. I would like to have a way to specify number of months the calendar can display in mobile view. Currently maximum of two months can be displayed at once, but I would like to have an option to increase it.

Describe the solution you'd like Passing a prop with the number of months to be displayed at once in mobile view.

dzlerner commented 2 years ago

This would be very helpful in being able to craft a responsive UI! We're trying to be able to allow users to scroll vertically on mobile devices, as opposed to relying on the left/right pagination through months.

If we stack the months vertically but we're limited to 2 months, users would still need to paginate left and right.

Jasenkoo commented 2 years ago

Will be added 👍.

Jasenkoo commented 2 years ago

Included in the v2.5.0