# @mui/lab

> Laboratory for new Material UI modules.

Latest version **9.0.0-beta.9** (published 2026-08-27) · MIT license · 0 weekly downloads

## Install

```sh
npm install @mui/lab
pnpm add @mui/lab
yarn add @mui/lab
bun add @mui/lab
```

## Health

**Score 80/100 (A)** — status: active.

Positive: has types; esm support; no vulnerabilities; has provenance; recently updated; high maintenance score; popular repo; extremely popular.

Warnings: low downloads.

## Facts

| | |
|---|---|
| Version | 9.0.0-beta.9 |
| Published | 2026-08-27 |
| First published | 2021-09-02 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Node | >=14.0.0 |
| Dependencies | 6 |
| Unpacked size | 415 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Provenance | attested (GitHub Actions) |
| GitHub stars | 99050 |
| Author | MUI Team |
| Maintainers | diegoandai, brijeshb42, michaldudak, mnajdova, siriwatknp, aarongarciah, atomiks, oliviertassinari, silviuaavram, janpotoms |
| Keywords | react, react-component, mui, material-ui, material design, lab |

## Links

- npm: https://www.npmjs.com/package/@mui/lab
- Repository: https://github.com/mui/material-ui
- Homepage: https://mui.com/material-ui/about-the-lab/
- Issues: https://github.com/mui/material-ui/issues
- Funding: https://opencollective.com/mui-org
- npm.io page: https://npm.io/package/@mui/lab

## Dependencies (6)

- [clsx](https://npm.io/package/clsx.md) ^2.1.1
- [@mui/types](https://npm.io/package/@mui/types.md) ^9.4.0
- [@mui/utils](https://npm.io/package/@mui/utils.md) ^9.4.0
- [prop-types](https://npm.io/package/prop-types.md) ^15.8.1
- [@mui/system](https://npm.io/package/@mui/system.md) ^9.4.0
- [@babel/runtime](https://npm.io/package/@babel/runtime.md) ^7.29.7

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

- 9.0.0-beta.9 (latest) — 2026-08-27
- 7.0.1-beta.25 (latest-v7) — 2026-05-07
- 9.0.0-beta.1 (next) — 2026-04-02
- 6.0.1-beta.36 (latest-v6) — 2025-07-08
- 5.0.0-alpha.177 (latest-v5) — 2025-07-08
- 6.0.0-beta.10-dev.20240919-130050-82a6448768 (canary) — 2024-09-19
- 9.0.0-beta.8 — 2026-08-06
- 9.0.0-beta.7 — 2026-08-05
- 9.0.0-beta.6 — 2026-07-03
- 9.0.0-beta.5 — 2026-06-11
- 9.0.0-beta.4 — 2026-06-08
- 9.0.0-beta.3 — 2026-05-07
- 7.0.1-beta.24 — 2026-04-08
- 9.0.0-beta.2 — 2026-04-07
- 9.0.0-beta.0 — 2026-03-25
- … 219 more at https://npm.io/package/@mui/lab/versions

## README

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

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