跳到内容
+

安装

安装 MUI System,一个 CSS 工具集合,用于快速布局自定义设计。

默认安装

运行以下命令之一将 MUI System 添加到你的项目中

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