Skip to content

Commit

Permalink
Update docs/data/material/components/buttons/buttons.md
Browse files Browse the repository at this point in the history
Co-authored-by: Sam Sycamore <71297412+samuelsycamore@users.noreply.github.com>
Signed-off-by: Marija Najdova <mnajdova@gmail.com>
  • Loading branch information
mnajdova and samuelsycamore committed Nov 29, 2022
1 parent e13f6e7 commit 6ed4ebb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/data/material/components/buttons/buttons.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,8 @@ This has the advantage of supporting any element, for instance, a link `<a>` ele

## Material You version

This component also supports the new Material Design spec - [Material You](https://m3.material.io/). It is implemented in form of a new component in the experimental `@mui/material-next` package.
The default Button component follows the Material Design 2 specs.
For the MD3 ([Material You](https://m3.material.io/)) version, install and import from the experimental `@mui/material-next` package:

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

0 comments on commit 6ed4ebb

Please sign in to comment.