Instalação
Install MUI Base, the unstyled components & foundation hooks for building accessible UIs.
npm
To install and save in your package.json
dependencies, run:
// with npm
npm install @mui/base
// with yarn
yarn add @mui/base
Please note that react >= 17.0.0 and react-dom >= 17.0.0 are peer dependencies.