Some checks failed
No response / noResponse (push) Has been cancelled
CI / Continuous releases (push) Has been cancelled
CI / test-dev (macos-latest) (push) Has been cancelled
CI / test-dev (ubuntu-latest) (push) Has been cancelled
CI / test-dev (windows-latest) (push) Has been cancelled
Maintenance / main (push) Has been cancelled
Scorecards supply-chain security / Scorecards analysis (push) Has been cancelled
CodeQL / Analyze (push) Has been cancelled
29 lines
668 B
Markdown
29 lines
668 B
Markdown
# @mui/lab
|
|
|
|
This package hosts the incubator components that are not yet ready to move to `core`.
|
|
|
|
## Installation
|
|
|
|
Install the package in your project directory with:
|
|
|
|
<!-- #npm-tag-reference -->
|
|
|
|
```bash
|
|
npm install @mui/lab
|
|
```
|
|
|
|
The lab has peer dependencies on the Material Design components and on the Emotion library.
|
|
If you are not already using them in your project, you can install with:
|
|
|
|
<!-- #npm-tag-reference -->
|
|
|
|
```bash
|
|
npm install @mui/material @emotion/react @emotion/styled
|
|
```
|
|
|
|
## Documentation
|
|
|
|
<!-- #host-reference -->
|
|
|
|
Visit [https://mui.com/material-ui/about-the-lab/](https://mui.com/material-ui/about-the-lab/) to view the full documentation.
|