mui / material-ui

Material UI: Comprehensive React component library that implements Google's Material Design. Free forever.
https://mui.com/material-ui/
MIT License
93.55k stars 32.18k forks source link

[DateRangePicker] Allow several months view in mobile (vertically) #28047

Open leolozes opened 3 years ago

leolozes commented 3 years ago

Summary 💡

Right now it looks like the different number of months option is only available for desktop view (please correct me if I haven't seen the correct parametrization). This view offers two or three calendars aligned horizontally:

image

Examples 🌈

It would be nice to have a mobile view that allows for two-three-n months vertically, like it's already offered by most mobile sites that involve some kind of booking:

Momondo: image

Trivago: image

AirBNB: image

Motivation 🔦

So the user can select a range between months more easily and flexibly.

leolozes commented 3 years ago

Playing with the codesandbox , just changing the orientation gives a pretty good design & behaviour, but it seems that the css class is not overridable:

image

Daneng66 commented 2 years ago

@LeoLozes Is the multi calendar view only available on the range picker? I would really like to display multi calendars on desktop for a single date selection