I'm looking to build my custom date picker range component, based on two date picker component of @mui/x-date-pickers. I don't want to use this MUI-x-prop DatepickerRange, cause it cose money. I need the two calendar to be followed each other by one month (alwyes display adjacent months).
Is it posible to control the displayed month from outside of the datepicker component? Anyone did somthing like this?
I can't control the month navigations outside of the component state