About 5,440 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. Installation - Material UI

    As of late 2021, styled-components is not compatible with server-rendered Material UI projects. This is because babel-plugin-styled-components isn't able to work with the styled() utility inside …

  3. Material UI - Overview

    Material UI and MUI Base feature many of the same UI components, but MUI Base comes without any default styles or styling solutions. Material UI is comprehensive in that it comes packaged …

  4. MUI Core: Ready-to-use React components, free forever

    MUI System A set of CSS utilities to help you build custom designs more efficiently. It makes it possible to rapidly lay out custom designs.

  5. IconButton API - Material UI

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

  6. Usage - Material UI

    import Button from '@mui/material/Button'; export default function ButtonUsage() { return <Button variant="contained">Hello world</Button>; }

  7. Learning resources - Material UI

    import Button from '@mui/material/Button'; export default function ButtonUsage() { return <Button variant="contained">Hello world</Button>; }

  8. Fully built Material UI templates - MUI

    A collection of 4.5 average rating templates, selected and curated by MUI's team of maintainers to get your projects up and running today.

  9. React Text Field component - Material UI

    The multiline prop transforms the Text Field into a MUI Base Textarea Autosize element. Unless the rows prop is set, the height of the text field dynamically matches its content.

  10. Next.js integration - Material UI

    This option ensures that the styles generated by Material UI will be wrapped in a CSS @layer mui rule, which is overridden by anonymous layer styles when using Material UI with CSS …