Metarial Ui Cant Resolve Mui Material

[Solved] Metarial Ui Cant Resolve Mui Material | Shell - Code Explorer | yomemimo.com
Question : metarial ui Can't resolve '@mui/material'

Answered by : cautious-capybara-3cbp8xh9eyqp

// with npm
npm install @material-ui/core
// with yarn
yarn add @material-ui/core
import { Button } from '@material-ui/core'

Source : https://stackoverflow.com/questions/48789117/cant-resolve-material-ui-button | Last Update : Tue, 09 Nov 21

Answers related to metarial ui cant resolve mui material

Code Explorer Popular Question For Shell