Skip to content

Commit

Permalink
Move codemod readme backdrop props section to be alphabetical
Browse files Browse the repository at this point in the history
  • Loading branch information
DiegoAndai committed Mar 20, 2024
1 parent 556158c commit 9649458
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions packages/mui-codemod/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,19 @@ npx @mui/codemod@next deprecations/alert-props <path>
/>;
```

#### `backdrop-props`

```diff
<Backdrop
- TransitionComponent={CustomTransition}
+ slots={{ transition: CustomTransition }}
/>
```

```bash
npx @mui/codemod@next deprecations/backdrop-props <path>
```

#### `button-classes`

JS transforms:
Expand Down Expand Up @@ -931,19 +944,6 @@ npx @mui/codemod@latest deprecations/step-label-props <path>

```

#### `backdrop-props`

```diff
<Backdrop
- TransitionComponent={CustomTransition}
+ slots={{ transition: CustomTransition }}
/>
```

```bash
npx @mui/codemod@next deprecations/backdrop-props <path>
```

### v5.0.0

#### `base-use-named-exports`
Expand Down

0 comments on commit 9649458

Please sign in to comment.