gpbl / react-day-picker

DayPicker is a customizable date picker component for React. Add date pickers, calendars, and date inputs to your web applications.
https://daypicker.dev
MIT License
6.03k stars 722 forks source link

[Future Request] Enhancing changes to make React Day Picker responsive #2068

Closed rztma65020 closed 4 months ago

rztma65020 commented 7 months ago

Discussed in https://github.com/gpbl/react-day-picker/discussions/2067

Originally posted by **rztma65020** March 4, 2024 Hello team, Please update additional changes to make React Day Picker as a mobile friendly component. This would add a benefit in terms of being responsive. Here are some changes that we can add in the next release to make it responsive. I hope this will add value to the project. Thank you. /* Mobile CSS updates*/ @media screen and (max-width: 650px) { .rdp-months { display: inline-block; } .rdp-month { margin: 0; } .rdp,.root_qxxl { --rdp-cell-size: 45px; --rdp-caption-font-size: 16px; } }