Skip to content

Commit

Permalink
[docs] Base Installation style revisions and final review (#32483)
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelsycamore authored May 3, 2022
1 parent f481834 commit 65ef096
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/data/base/getting-started/installation/installation.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
# Installation

<p class="description">Install MUI Base, the unstyled components & foundation hooks for building accessible UIs.</p>
<p class="description">Install MUI Base, a robust library of blank ("unstyled") React UI components and low-level hooks.</p>

## 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
```

<!-- #react-peer-version -->

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.

0 comments on commit 65ef096

Please sign in to comment.