# @material-ui/lab

> Material-UI Lab - Incubator for Material-UI React components.

Latest version **4.0.0-alpha.61** (published 2022-04-03) · MIT license · 0 weekly downloads

> **Deprecated.** This package is deprecated.

## Install

```sh
npm install @material-ui/lab
pnpm add @material-ui/lab
yarn add @material-ui/lab
bun add @material-ui/lab
```

## Health

**Score 10/100 (F)** — status: deprecated.

Negative: deprecated.

## Facts

| | |
|---|---|
| Version | 4.0.0-alpha.61 |
| Published | 2022-04-03 |
| First published | 2018-02-25 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Node | >=8.0.0 |
| Dependencies | 5 |
| Unpacked size | 1.3 MB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 99036 |
| Author | Material-UI Team |
| Maintainers | oliviertassinari, hai-cea, mbrookes, joshwooding, eps1lon, mnajdova, siriwatknp, michaldudak |
| Keywords | react, react-component, material design, material-ui, lab |

## Links

- npm: https://www.npmjs.com/package/@material-ui/lab
- Repository: https://github.com/mui-org/material-ui
- Homepage: https://github.com/mui-org/material-ui/tree/master/packages/material-ui-lab
- Issues: https://github.com/mui-org/material-ui/issues
- npm.io page: https://npm.io/package/@material-ui/lab

## Dependencies (5)

- [clsx](https://npm.io/package/clsx.md) ^1.0.4
- [react-is](https://npm.io/package/react-is.md) ^16.8.0 || ^17.0.0
- [prop-types](https://npm.io/package/prop-types.md) ^15.7.2
- [@babel/runtime](https://npm.io/package/@babel/runtime.md) ^7.4.4
- [@material-ui/utils](https://npm.io/package/@material-ui/utils.md) ^4.11.3

## Alternatives

- [mobx-react](https://npm.io/package/mobx-react.md) — 2.8M weekly downloads
- [rc-tree](https://npm.io/package/rc-tree.md) — 2.6M weekly downloads
- [@react-oauth/google](https://npm.io/package/@react-oauth/google.md) — 1.3M weekly downloads
- [@wagmi/connectors](https://npm.io/package/@wagmi/connectors.md) — 877.0K weekly downloads
- [vee-validate](https://npm.io/package/vee-validate.md) — 836.4K weekly downloads

## Recent versions

- 4.0.0-alpha.61 (latest) — 2022-04-03
- 5.0.0-alpha.44 (next) — 2021-08-25
- 4.11.3-deprecations.1 (deprecations) — 2021-01-25
- 5.0.0-alpha.43 — 2021-08-13
- 5.0.0-alpha.42 — 2021-08-09
- 5.0.0-alpha.41 — 2021-07-26
- 5.0.0-alpha.40 — 2021-07-14
- 4.0.0-alpha.60 — 2021-07-07
- 4.0.0-alpha.59 — 2021-07-06
- 5.0.0-alpha.39 — 2021-07-01
- 5.0.0-alpha.38 — 2021-06-24
- 5.0.0-alpha.37 — 2021-06-15
- 5.0.0-alpha.36 — 2021-06-08
- 5.0.0-alpha.35 — 2021-05-31
- 5.0.0-alpha.34 — 2021-05-18
- … 120 more at https://npm.io/package/@material-ui/lab/versions

## README

# @material-ui/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:

```sh
// with npm
npm install @material-ui/lab

// with yarn
yarn add @material-ui/lab
```

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

```sh
// with npm
npm install @material-ui/core

// with yarn
yarn add @material-ui/core
```

## Documentation

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

---
_Source: https://npm.io/package/@material-ui/lab · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
