Installation du noyau d'interface utilisateur du matériau à l'aide de NPM

// with npm
npm install @material-ui/core

// with yarn
yarn add @material-ui/core
Excited Eagle