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
Gridimports - Transforms them to
Grid2 as Grid - Removes
itemprop if previously assigned toGrid - Transforms all responsive props (
xs,smetc.) to newsizeprop.