19
loading...
This website collects cookies to deliver better user experience
npx create-react-app mui-demo
cd mui-demo
npm start
@mui/icons-material
package.npm install @mui/material @emotion/react @emotion/styled
yarn add @mui/material @emotion/react @emotion/styled
// with npm
npm install @mui/icons-material
// with yarn
yarn add @mui/icons-material
<Grid container></Grid>
<Grid item xs={1}></Grid>
<Typography>More</Typography>