Installation
Install MUI Base, a robust library of blank ("unstyled") React UI components and low-level hooks.
npm
To install and save in your package.json
dependencies, run the command below using npm:
npm install @mui/base
Or yarn:
yarn add @mui/base
Note: react >= 17.0.0 and react-dom >= 17.0.0 are peer dependencies.