跳转到内容

安装

Install MUI Base, the unstyled components & foundation hooks for building accessible UIs.

npm

若想安装并写入您的 package.json 依赖包,请运行以下命令:

// 用 npm 安装
npm install @mui/base

// 用 yarn 安装
yarn add @mui/base

请注意,安装是依赖于 react 的 17.0.0 及以上版本,和 react-dom >= 17.0.0 及以上版本。