From 6ed4ebbd1c996a98aa9bb3b02c2497dc24f9bc56 Mon Sep 17 00:00:00 2001 From: Marija Najdova Date: Tue, 29 Nov 2022 19:28:40 +0100 Subject: [PATCH] Update docs/data/material/components/buttons/buttons.md Co-authored-by: Sam Sycamore <71297412+samuelsycamore@users.noreply.github.com> Signed-off-by: Marija Najdova --- docs/data/material/components/buttons/buttons.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/data/material/components/buttons/buttons.md b/docs/data/material/components/buttons/buttons.md index 8471d5c7b31538..1e0435160a2331 100644 --- a/docs/data/material/components/buttons/buttons.md +++ b/docs/data/material/components/buttons/buttons.md @@ -184,7 +184,8 @@ This has the advantage of supporting any element, for instance, a link `` 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';