About 5,170 results
Open links in new tab
  1. 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 …

  2. 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.

  3. 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.

  4. 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 …

  5. 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 …

  6. 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 …

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

  8. 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 …

  9. 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.

  10. IconButton API - Material UI

    Import import IconButton from '@mui/material/IconButton'; // or import { IconButton } from '@mui/material';