
MUI: The React component library you always wanted
MUI offers a comprehensive suite of free UI tools to help you ship new features faster. Start with Material UI, our fully-loaded component library, or bring your own design system to our …
Components - MUI
MUI provides a simple, customizable, and accessible library of React components. Follow your own design system, or start with Material Design. You will develop React applications faster.
Material UI: React components that implement Material Design
Material UI vs. MUI Base Material UI implements Google's Material Design whereas MUI Base features many of the same components, but without the Material Design implementation.
Upgrade to Grid v2 - MUI
// The legacy Grid component is named GridLegacy -import Grid from '@mui/material/GridLegacy'; // The updated Grid component is named Grid +import Grid from …
Installation - Material UI
Next, follow the styled-components how-to guide to properly configure your bundler to support @mui/styled-engine-sc. As of late 2021, styled-components is not compatible with server …
Introducing MUI X v8
Apr 17, 2025 · We are excited to announce the stable release of MUI X v8.0.0 —packed with many new features, native ESM support alongside Material UI v7, and an improved license …
Upgrade to v7 - Material UI
This update fixes several issues with popular bundlers like Vite and webpack, and makes it possible to load MUI packages from ES modules under Node.js. Quality-of-life improvements
How we migrated MUI X to React 19
Feb 25, 2025 · Though this project was spearheaded by the MUI X team, we owe a special thanks to our colleagues who maintain Material UI for their massive help in adding React 19 support …
Model Context Protocol (MCP) for MUI - Material UI
Search for "MUI MCP" and install the extension. No additional configuration is required, but you can optionally add the preferred_theme and component_filter fields.
IconButton API - Material UI
Import import IconButton from '@mui/material/IconButton'; // or import { IconButton } from '@mui/material';