UNPKG

582 BMarkdownView Raw
1# @material-ui/lab
2
3This package hosts the incubator components that are not yet ready to move to `core`.
4
5## Installation
6
7Install the package in your project directory with:
8
9```sh
10// with npm
11npm install @material-ui/lab
12
13// with yarn
14yarn add @material-ui/lab
15```
16
17The lab has a peer dependency on the core components.
18If you are not already using Material-UI in your project, you can install it with:
19
20```sh
21// with npm
22npm install @material-ui/core
23
24// with yarn
25yarn add @material-ui/core
26```
27
28## Documentation
29
30[The documentation](https://mui.com/components/about-the-lab/)