MATERIAL-UI
React components for faster and easier web development. Build your own design system, or start with Material Design.
Get StartedA quick word from our sponsors:Call-Em-All - The easy way to message your group
Installation
Install Material-UI's source files via npm. We take care of injecting the CSS needed.
$ npm install @material-ui/core
Load the default Roboto font.
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap" />
Read installation docs
Usage
Material-UI components work without any additional setup, and don't pollute the global scope.
import React from 'react';
import { Button } from '@material-ui/core';
function App() {
return <Button color="primary">Hello World</Button>;
}
Explore the docs
Material-UI's sponsors
The continued development and maintenance of Material-UI is made possible by these generous sponsors:
Diamond 💎
3/3 slots available
Gold 🏆
There are more!
See the full list of our sponsors, and learn how you can contribute to the future of Material-UI.
Praise for Material-UI
Here's what some of our users are saying.
Who's using Material-UI?
Join these and other great organisations!
Are you using Material-UI?