Setting up material ui

Default installation

Run one of the following commands to add Material UI to your project:

npm

npm install @mui/material @emotion/react @emotion/styled

yarn

yarn add @mui/material @emotion/react @emotion/styled