Skip to content

Commit

Permalink
adjust the demo and description
Browse files Browse the repository at this point in the history
  • Loading branch information
danilo-leal committed Oct 5, 2023
1 parent dd6297d commit e608583
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/data/material/components/chips/chips.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit e608583

Please sign in to comment.