@mui/base
Version:
A library of headless ('unstyled') React UI components and low-level hooks.
22 lines (13 loc) • 389 B
Markdown
This package hosts unstyled React components and hooks that can be used for creating custom design systems.
Install the package in your project directory with:
```sh
// with npm
npm install @mui/base
// with yarn
yarn add @mui/base
```
<!--
[](https://mui.com/base/getting-started/overview/)