27 lines
471 B
Markdown
27 lines
471 B
Markdown
|
|
# @mui/docs
|
|||
|
|
|
|||
|
|
This package hosts the documentation building blocks.
|
|||
|
|
|
|||
|
|
## Installation
|
|||
|
|
|
|||
|
|
Install the package in your project directory with:
|
|||
|
|
|
|||
|
|
<!-- #npm-tag-reference -->
|
|||
|
|
|
|||
|
|
```bash
|
|||
|
|
npm install @mui/docs
|
|||
|
|
```
|
|||
|
|
|
|||
|
|
The docs has a peer dependency on the core components.
|
|||
|
|
If you are not already using Material UI in your project, you can add it with:
|
|||
|
|
|
|||
|
|
<!-- #npm-tag-reference -->
|
|||
|
|
|
|||
|
|
```bash
|
|||
|
|
npm install @mui/material
|
|||
|
|
```
|
|||
|
|
|
|||
|
|
## Documentation
|
|||
|
|
|
|||
|
|
We have no documentation for these components.
|