From 168a4aa92103acaecd58d5888810bc1b2156a2bc Mon Sep 17 00:00:00 2001 From: Olivier Tassinari Date: Mon, 15 Aug 2022 22:34:53 +0200 Subject: [PATCH] Sam's review Co-authored-by: Sam Sycamore <71297412+samuelsycamore@users.noreply.github.com> --- docs/data/material/getting-started/overview/overview.md | 2 +- docs/data/system/getting-started/overview/overview.md | 2 +- docs/data/system/getting-started/usage/usage.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/data/material/getting-started/overview/overview.md b/docs/data/material/getting-started/overview/overview.md index 7204aee40dee38..5ce816994d13ba 100644 --- a/docs/data/material/getting-started/overview/overview.md +++ b/docs/data/material/getting-started/overview/overview.md @@ -22,7 +22,7 @@ You can follow [this GitHub issue](https://github.com/mui/material-ui/issues/293 ## Advantages of Material UI -- **Ship faster:** Over 2,500 of open-source [contributors](https://github.com/mui/material-ui/graphs/contributors) have poured countless hours into these components. +- **Ship faster:** Over 2,500 open-source [contributors](https://github.com/mui/material-ui/graphs/contributors) have poured countless hours into these components. Focus on your core business logic instead of reinventing the wheel—we've got your UI covered. - **Beautiful by default:** we're meticulous about our implementation of [Material Design](https://material.io/), ensuring that every Material UI component meets the highest standards of form and function, but diverge from the official spec where necessary to provide multiple great options. diff --git a/docs/data/system/getting-started/overview/overview.md b/docs/data/system/getting-started/overview/overview.md index b1faeeb99fd2e3..5c90806fec4fd9 100644 --- a/docs/data/system/getting-started/overview/overview.md +++ b/docs/data/system/getting-started/overview/overview.md @@ -26,5 +26,5 @@ Learn more on [the `sx` prop page](/system/getting-started/the-sx-prop/). [MUI Base](/base/getting-started/overview/) is a library of "unstyled" React components, while MUI System is a set of utilities for quickly applying styles to those components (as well as other MUI component libraries like Material UI and Joy UI). -MUI Base is a standalone component library, whereas the system is _supplemental_ in that it's designed to be paired with MUI Base and other MUI components, as well as third-party components. +MUI Base is a standalone component library, whereas MUI System is _supplemental_ in that it's designed to be paired with MUI Base and other MUI components, as well as third-party components. See the [Custom components page](/system/getting-started/custom-components/) for details on how to use MUI System with non-MUI components. diff --git a/docs/data/system/getting-started/usage/usage.md b/docs/data/system/getting-started/usage/usage.md index e3cda8bcdcf80d..9e300e6da04b24 100644 --- a/docs/data/system/getting-started/usage/usage.md +++ b/docs/data/system/getting-started/usage/usage.md @@ -148,7 +148,7 @@ It works with both Emotion and styled-components. The initial bundle size cost is fixed—it doesn't get any larger as you add more CSS properties. You pay the cost of [@emotion/react](https://bundlephobia.com/package/@emotion/react) and [@mui/system](https://bundlephobia.com/package/@mui/system). The total size is ~15 kB gzipped. - But if you are already using a MUI Core component library like Material UI, then it comes with no extra overhead. + But if you are already using an MUI Core component library like Material UI, then it comes with no extra overhead. #### Cons