Skip to content

Commit

Permalink
Sam's review
Browse files Browse the repository at this point in the history
Co-authored-by: Sam Sycamore <71297412+samuelsycamore@users.noreply.github.com>
  • Loading branch information
oliviertassinari and samuelsycamore committed Aug 15, 2022
1 parent 7680b6d commit 168a4aa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/data/material/getting-started/overview/overview.md
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion docs/data/system/getting-started/overview/overview.md
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion docs/data/system/getting-started/usage/usage.md
Expand Up @@ -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

Expand Down

0 comments on commit 168a4aa

Please sign in to comment.