Skip to content

Commit

Permalink
rephrasing for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
danilo-leal committed Dec 21, 2023
1 parent 5380f95 commit 9240c2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/blog/2023-material-ui-v6-and-beyond.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ That's when you can expect to see native support for [Material 3](https://m3.mat
<img alt="Side-to-side comparison of a Card component using Material Design 2 and 3, respectively." src="/static/blog/2023-material-ui-v6-and-beyond/m2-m3.jpg" width="1200" height="600" loading="lazy" />

In fact, the work for this version has already started!
See which components are already available using the experimental `@mui/material-next` package, that supports the Material 3 specs, by visiting the newly released [All Components page](/material-ui/all-components/).
See which components already support the Material 3 specs, through the experimental `@mui/material-next` package, by visiting the newly released [All Components page](/material-ui/all-components/).

```diff
- import Button from '@mui/material/Button';
Expand Down

0 comments on commit 9240c2a

Please sign in to comment.