UNPKG

@morfeo/hooks

Version:

![Morfeo logo](https://morfeo.dev/img/morfeo.png)

32 lines (19 loc) 901 B
# @morfeo/hooks ![Morfeo logo](https://morfeo.dev/img/morfeo.png) [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) | [![Discord](https://badgen.net/badge/icon/discord?icon=discord&label)](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).