# @mui/material

> Material UI is an open-source React component library that implements Google's Material Design. It's comprehensive and can be used in production out of the box.

Latest version **9.4.0** (published 2026-08-27) · MIT license · 0 weekly downloads

## Install

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

## 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.4.0 |
| 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 | 12 |
| Unpacked size | 5.5 MB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Provenance | attested (GitHub Actions) |
| GitHub stars | 99027 |
| Author | MUI Team |
| Maintainers | diegoandai, brijeshb42, michaldudak, mnajdova, siriwatknp, aarongarciah, atomiks, oliviertassinari, silviuaavram, janpotoms |
| Keywords | react, react-component, mui, material-ui, material design |

## Links

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

## Dependencies (12)

- [clsx](https://npm.io/package/clsx.md) ^2.1.1
- [csstype](https://npm.io/package/csstype.md) ^3.2.3
- [react-is](https://npm.io/package/react-is.md) ^19.2.8
- [@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
- [@popperjs/core](https://npm.io/package/@popperjs/core.md) ^2.11.8
- [react-transition-group](https://npm.io/package/react-transition-group.md) ^4.4.5
- [@mui/core-downloads-tracker](https://npm.io/package/@mui/core-downloads-tracker.md) ^9.4.0
- [@types/react-transition-group](https://npm.io/package/@types/react-transition-group.md) ^4.4.12

## 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.4.0 (latest) — 2026-08-27
- 7.3.11 (latest-v7) — 2026-05-07
- 9.0.0-beta.1 (next) — 2026-04-02
- 6.5.0 (latest-v6) — 2025-07-08
- 5.18.0 (latest-v5) — 2025-07-08
- 6.1.1-dev.20240919-130050-82a6448768 (canary) — 2024-09-19
- 9.3.1 — 2026-08-06
- 9.3.0 — 2026-08-05
- 9.2.0 — 2026-07-03
- 9.1.2 — 2026-06-23
- 9.1.1 — 2026-06-11
- 9.1.0 — 2026-06-08
- 9.0.1 — 2026-05-07
- 7.3.10 — 2026-04-08
- 9.0.0 — 2026-04-07
- … 247 more at https://npm.io/package/@mui/material/versions

## README

<!-- #host-reference -->
<!-- lint disable mui-first-block-heading -->

<p align="center">
  <a href="https://mui.com/material-ui/" target="_blank"><img width="150" height="133" src="https://mui.com/static/logo.svg" alt="Material UI logo"></a>
</p>

<h1 align="center">Material UI</h1>

Material UI is an open-source React component library that implements Google's [Material Design](https://m2.material.io/design/introduction/). It's comprehensive and can be used in production out of the box.

## Installation

Install the package in your project directory with:

<!-- #npm-tag-reference -->

```bash
npm install @mui/material @emotion/react @emotion/styled
```

## Documentation

Visit [https://mui.com/material-ui/](https://mui.com/material-ui/) to view the full documentation.

## Questions

For how-to questions that don't involve making changes to the code base, please use [Stack Overflow](https://stackoverflow.com/questions/tagged/material-ui) instead of GitHub issues.
Use the "material-ui" tag on Stack Overflow to make it easier for the community to find your question.

## Examples

Our documentation features [a collection of example projects using Material UI](https://mui.com/material-ui/getting-started/example-projects/).

## Contributing

Read the [contributing guide](../../CONTRIBUTING.md) to learn about our development process, how to propose bug fixes and improvements, and how to build and test your changes.

Contributing to Material UI is about more than just issues and pull requests!
There are many other ways to [support Material UI](https://mui.com/material-ui/getting-started/faq/#mui-is-awesome-how-can-i-support-the-project) beyond contributing to the code base.

## Changelog

The [changelog](https://github.com/mui/material-ui/releases) is regularly updated to reflect what's changed in each new release.

## Roadmap

Future plans and high-priority features and enhancements can be found in the [roadmap](https://mui.com/material-ui/discover-more/roadmap/).

## License

This project is licensed under the terms of the
[MIT license](../../LICENSE).

## Security

For details of supported versions and contact details for reporting security issues, please refer to the [security policy](https://github.com/mui/material-ui/security/policy).

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