pemasangan inti UI material menggunakan NPM

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

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