Install material UI in react app
xxxxxxxxxx
npm install @mui/material @emotion/react @emotion/styled
xxxxxxxxxx
// usando npm
npm install @material-ui/icons
// usando yarn
yarn add @material-ui/icons
xxxxxxxxxx
// using npm
npm install @material-ui/core
// using yarn
yarn add @material-ui/core
xxxxxxxxxx
// with npm
npm install @material-ui/core@next
// with yarn
yarn add @material-ui/core@next