# @remirror/react-hooks

> A selection of core react hooks for your editor.

[![Version][version]][npm] [![Weekly Downloads][downloads-badge]][npm] [![Bundled size][size-badge]][size] [![Typed Codebase][typescript]](#) [![MIT License][license]](#)

[version]: https://flat.badgen.net/npm/v/@remirror/react-hooks
[npm]: https://npmjs.com/package/@remirror/react-hooks
[license]: https://flat.badgen.net/badge/license/MIT/purple
[size]: https://bundlephobia.com/result?p=@remirror/react-hooks
[size-badge]: https://flat.badgen.net/bundlephobia/minzip/@remirror/react-hooks
[typescript]: https://flat.badgen.net/badge/icon/TypeScript?icon=typescript&label
[downloads-badge]: https://badgen.net/npm/dw/@remirror/react-hooks/red?icon=npm

## Installation

```bash
# yarn
yarn add @remirror/react-hooks @remirror/react

# pnpm
pnpm add @remirror/react-hooks @remirror/react

# npm
npm install @remirror/react-hooks @remirror/react
```

This is included by default when you install the recommended `remirror` package. All exports are also available via the entry-point, `remirror/react`.

## Usage

More documentation to come.
