materialuiupgraded
Version:
Material-UI's workspace package
22 lines (14 loc) • 381 B
Markdown
# @material-ui/docs
This package hosts the documentation building blocks.
## Installation
Install the package in your project directory with:
```sh
npm install @material-ui/docs
```
If you are not already using Material-UI in your project, you can add it with:
```sh
// with npm
npm install @material-ui/core
// with yarn
yarn add @material-ui/core
```