Answer the question
In order to leave comments, you need to log in
How to customize the Material UI grid?
Good evening, how to set up the grid ( Grid ) Material UI. it is set to min-width and I need max-width
like bootstrap
const theme = createMuiTheme({
breakpoints: {
values: {
xs: 0,
sm: 576,
md: 768,
lg: 992,
xl: 1200
},
}
},
});
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question