reject:install

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:

<Typography align={"left"}
            className={classes.typographyStyle}>
   Demo
</Typography>
  • reject/install.txt
  • Last modified: 2020/10/27 08:56
  • by chongtin