# @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:

<!-- #default-branch-switch -->

```sh
// with npm
npm install @mui/lab

// with yarn
yarn add @mui/lab
```

The lab has a peer dependency on the Material Design components.
If you are not already using MUI in your project, you can install it with:

<!-- #default-branch-switch -->

```sh
// with npm
npm install @mui/material

// with yarn
yarn add @mui/material
```

## Documentation

<!-- #default-branch-switch -->

[The documentation](https://mui.com/components/about-the-lab/)
