====== Install ======
It is easy. Once npm is installed, do the following in your project:
npm install @material-ui/core
To use the Material UI component in your project/component, simple import them like:
import {Paper, Grid, Typography} from "@material-ui/core";
And use it:
Demo