Skip to content

Commit

Permalink
update codemod reaadme
Browse files Browse the repository at this point in the history
  • Loading branch information
siriwatknp committed Feb 7, 2025
1 parent 3177923 commit 185a5c3
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions packages/mui-codemod/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1400,6 +1400,19 @@ npx @mui/codemod@latest deprecations/linear-progress-classes <path>
npx @mui/codemod@latest deprecations/modal-props <path>
```

#### `mobile-stepper-props`

```diff
<MobileStepper
- LinearProgressProps={{ color: 'primary' }}
+ slotProps={{ progress: { color: 'primary' } }}
/>
```

```bash
npx @mui/codemod@latest deprecations/mobile-stepper-props <path>
```

#### `pagination-item-classes`

JS transforms:
Expand Down

0 comments on commit 185a5c3

Please sign in to comment.