Skip to content

Commit

Permalink
update blogpost & all components tags
Browse files Browse the repository at this point in the history
  • Loading branch information
mnajdova committed Mar 18, 2024
1 parent a094238 commit 8f18d2e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 14 deletions.
8 changes: 0 additions & 8 deletions docs/pages/blog/2023-material-ui-v6-and-beyond.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,6 @@ It's tentatively planned for Q4 of 2024.

<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" />

The development for this version is already in progress, though!
See which components already support the M3 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';
+import Button from '@mui/material-next/Button';
```

## From design to development

In addition to the updates to the React library, we've also been working on a long-requested Figma plug-in to help bridge the gap between designers and developers using Material UI.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const dataDisplayComponents = [
link: '/material-ui/react-badge/',
md1: false,
md2: false,
md3: true,
md3: false,
noGuidelines: false,
},
{
Expand All @@ -30,7 +30,7 @@ const dataDisplayComponents = [
link: '/material-ui/react-chip/',
md1: false,
md2: true,
md3: true,
md3: false,
noGuidelines: false,
},
{
Expand All @@ -40,7 +40,7 @@ const dataDisplayComponents = [
link: '/material-ui/react-divider/',
md1: false,
md2: true,
md3: true,
md3: false,
noGuidelines: false,
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const feedbackComponents = [
link: '/material-ui/react-progress/',
md1: false,
md2: true,
md3: true,
md3: false,
noGuidelines: false,
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const inputComponents = [
link: '/material-ui/react-button/',
md1: false,
md2: true,
md3: true,
md3: false,
noGuidelines: false,
},
{
Expand Down Expand Up @@ -90,7 +90,7 @@ const inputComponents = [
link: '/material-ui/react-slider/',
md1: false,
md2: true,
md3: true,
md3: false,
noGuidelines: false,
},
{
Expand Down

0 comments on commit 8f18d2e

Please sign in to comment.