From e6085839b7b1b94021a2fe0945d7be97b53d667c Mon Sep 17 00:00:00 2001 From: Danilo Leal <67129314+danilo-leal@users.noreply.github.com> Date: Thu, 5 Oct 2023 11:57:02 -0300 Subject: [PATCH] adjust the demo and description --- docs/data/material/components/chips/chips.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/data/material/components/chips/chips.md b/docs/data/material/components/chips/chips.md index 48106b6da5a52b..6005af77bdc11f 100644 --- a/docs/data/material/components/chips/chips.md +++ b/docs/data/material/components/chips/chips.md @@ -101,14 +101,14 @@ gain depth while clicked or touched. ### Material You version -The default Chip component follows the Material Design 2 specs. -For the Material Design 3 ([Material You](https://m3.material.io/)) version, you can use the new experimental `@mui/material-next` package: +The default Material UI Chip component follows the Material Design 2 specs. +To get the Material You ([Material Design 3](https://m3.material.io/)) version, use the new experimental `@mui/material-next` package: ```js import Chip from '@mui/material-next/Chip'; ``` -{{"demo": "ChipMaterialYouPlayground.js", "hideToolbar": true}} +{{"demo": "ChipMaterialYouPlayground.js", "hideToolbar": true, "bg": "playground"}} ## Accessibility