diff --git a/docs/data/base/getting-started/installation/installation.md b/docs/data/base/getting-started/installation/installation.md index 19f2010c8e9536..9cdb5d07490e3f 100644 --- a/docs/data/base/getting-started/installation/installation.md +++ b/docs/data/base/getting-started/installation/installation.md @@ -1,19 +1,19 @@ # Installation -
Install MUI Base, the unstyled components & foundation hooks for building accessible UIs.
+Install MUI Base, a robust library of blank ("unstyled") React UI components and low-level hooks.
## npm -To install and save in your `package.json` dependencies, run: - ```sh -// with npm npm install @mui/base +``` -// with yarn +## yarn + +```sh yarn add @mui/base ``` -Please note that [react](https://www.npmjs.com/package/react) >= 17.0.0 and [react-dom](https://www.npmjs.com/package/react-dom) >= 17.0.0 are peer dependencies. +> **Note:** [react](https://www.npmjs.com/package/react) >= 17.0.0 and [react-dom](https://www.npmjs.com/package/react-dom) >= 17.0.0 are peer dependencies.