npm install @mui/system @emotion/react @emotion/styled
对等依赖
请注意,react 是一个对等依赖,这意味着你应该确保在安装 MUI System 之前安装它。
"peerDependencies": {
"react": "^17.0.0 || ^18.0.0 || ^19.0.0"
},
使用 styled-components
MUI System 使用 Emotion 作为其默认样式引擎。如果你想使用 styled-components,请运行以下命令之一
npm install @mui/system @mui/styled-engine-sc styled-components