📜  反应材料 ui - Javascript 代码示例

📅  最后修改于: 2022-03-11 15:03:49.627000             🧑  作者: Mango

代码示例2
// with npm
npm install @mui/material @emotion/react @emotion/styled

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

// Icons
// with npm
npm install @mui/icons-material

// with yarn
yarn add @mui/icons-material