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