Codemod to convert deprecated MUI Grid
component usage to Grid2
.
See https://mui.com/material-ui/migration/migration-grid-v2/ for more information.
This codemod works with tsx
files and:
- Locates all
Grid
imports - Transforms them to
Grid2 as Grid
- Removes
item
prop if previously assigned toGrid
- Transforms all responsive props (
xs
,sm
etc.) to newsize
prop.