N
N
nickname133842019-12-06 18:31:14
JavaScript
nickname13384, 2019-12-06 18:31:14

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
    },
  }
  },
});

5dea74bf1fb78832825815.png

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question