[Grid] Make use of CSS grid #40102
Labels
component: Grid
The React component.
duplicate
This issue or pull request already exists
package: material-ui
Specific to @mui/material
Duplicates
Latest version
Summary 💡
Currently,
Grid
is using flex layout under the hood. This unfortunately seems to make its implementation more complicated than it needs to be and have more gotcha moments to take note of, e.g. the negative margin. I would like to propose to make use ofdisplay: grid
instead.Examples 🌈
No response
Motivation 🔦
No response
The text was updated successfully, but these errors were encountered: