@morfeo/hooks
Version:

32 lines (19 loc) • 901 B
Markdown
# @morfeo/hooks

[morfeo](https://morfeo.dev) is a framework-agnostic set of tools that will help you to build your next **design system** based on a single source of truth: the **theme**.
---
[Documentation](https://morfeo.dev) | [API](https://github.com/morfeojs/morfeo) | [Contributing](https://github.com/morfeojs/morfeo/blob/main/CONTRIBUTING.md) | [](https://discord.gg/5hbsKMBRBh)
---
**@morfeo/hooks** expose a set of hooks to easily use morfeo inside a `react` context.
> **React v18**
>
> To properly use Morfeo in a React environment, you need to have a version of `react >= 18`
## Installation
```bash
# npm
npm i @morfeo/hooks
# yarn
yarn add @morfeo/hooks
```
## Documentation
Check out the full [documentation here](https://morfeo.dev/docs/Packages/hooks).