I am using the DesktopDateTimePicker
component from Material-UI (MUI) in my React application. This component is designed for desktop use, and it does not fit well on mobile screens.
I would like to customize the DesktopDateTimePicker
to make it more mobile-friendly or use a different component that is better suited for mobile devices. Specifically, I need to adjust the size and layout of the picker UI so that it fits well on smaller screens.
2
Answers
i would like to inform that this mui datepicker is pre-bulid responsive by mui.
that is i do in my project enter image description here
so you can check and install second time
0
i would like to inform that this mui datetimepicker is pre-bulid responsive by mui. that is i do in my project enter image description here
you write code same as given exmaple in mui website