Installez l'interface utilisateur du matériau sur l'application React
// with npm
npm install @mui/material @emotion/react @emotion/styled
// with yarn
yarn add @mui/material @emotion/react @emotion/styled
Nutty Newt