I am currently using skeleton as my css/grid framework but I notice that not all components in material-ui seem to play well with this. For example the input fields trump over the grid boundaries and when I limit them using skeletons "u-max-full-width" class, the animations still go over.
Could you maybe suggest a grid system that works well with mui? I guess it makes sense to choose a reactified grid implementation like react-grid-layout maybe. Any recommendations?
I am currently using skeleton as my css/grid framework but I notice that not all components in material-ui seem to play well with this. For example the input fields trump over the grid boundaries and when I limit them using skeletons "u-max-full-width" class, the animations still go over.
Could you maybe suggest a grid system that works well with mui? I guess it makes sense to choose a reactified grid implementation like react-grid-layout maybe. Any recommendations?