From deafe5500e9b13e2a49786869a967c39eed5336a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Dudak?= Date: Thu, 23 Jun 2022 09:08:52 +0200 Subject: [PATCH 1/2] [docs] Remove a note about Base components being reexported from Material UI --- .../guides/understand-mui-packages/understand-mui-packages.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/data/material/guides/understand-mui-packages/understand-mui-packages.md b/docs/data/material/guides/understand-mui-packages/understand-mui-packages.md index 5a9923d77bc4a4..68e2cae467e7a6 100644 --- a/docs/data/material/guides/understand-mui-packages/understand-mui-packages.md +++ b/docs/data/material/guides/understand-mui-packages/understand-mui-packages.md @@ -6,9 +6,6 @@ - If you want to build a design system based on Material Design, use `@mui/material`. - If you want to build with components that give you complete control over your app's CSS, use `@mui/base`. - :::info - MUI Base components are also included within`@mui/material`—no need to install Base separately if you're using Material UI. - ::: - For CSS utilities to help in laying out custom designs with Material UI or MUI Base, use `@mui/system`. ### Glossary From b344a029f7cc77b3247ed41261f288ae3264a5c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Dudak?= Date: Thu, 23 Jun 2022 12:07:11 +0200 Subject: [PATCH 2/2] Remove another reference to Base --- .../guides/understand-mui-packages/understand-mui-packages.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/data/material/guides/understand-mui-packages/understand-mui-packages.md b/docs/data/material/guides/understand-mui-packages/understand-mui-packages.md index 68e2cae467e7a6..ef9c03dc82e915 100644 --- a/docs/data/material/guides/understand-mui-packages/understand-mui-packages.md +++ b/docs/data/material/guides/understand-mui-packages/understand-mui-packages.md @@ -42,7 +42,7 @@ Check the [MUI X overview](/x/advanced-components/) for more information about o Material UI is a comprehensive library of components that features our implementation of Google's Material Design. -Both `@mui/base` and `@mui/system` are included as dependencies, meaning you don't need to install or import them separately—you can import them directly from `@mui/material`. +`@mui/system` is included as dependency, meaning you don't need to install or import it separately—you can import its components and functions directly from `@mui/material`. ### MUI Base