-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[docs] Base Installation style revisions and final review (#32483)
- Loading branch information
1 parent
f481834
commit 65ef096
Showing
1 changed file
with
6 additions
and
6 deletions.
There are no files selected for viewing
12 changes: 6 additions & 6 deletions
12
docs/data/base/getting-started/installation/installation.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |