MUI Core
目录
Install MUI Base, a robust library of blank ("unstyled") React UI components and low-level hooks.
把专案安装并保存在您的package.json,你可以用npm执行以下指令
package.json
npm install @mui/base
或使用yarn
yarn add @mui/base