What is MUI

MUI provides a robust, customizable, and accessible library of foundational and advanced components, enabling you to build your own design system and develop React applications faster.


Installation

Install MUI source files via npm or yarn. We take care of injecting the CSS needed.

Please note that react >= 17.0.0 and react-dom >= 17.0.0 are peer dependencies.

Or if you want to use styled-components as a styling engine:

Check out more here.

Roboto Font

MUI was designed with the Roboto font in mind.

Usage

MUI components work without any additional setup, and don’t pollute the global scope.

Check out MUI docs for more.