Components to begin your remirror journey
npm install @remirror/react-components> A selection of core react components for your remirror 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-components
[npm]: https://npmjs.com/package/@remirror/react-components
[license]: https://flat.badgen.net/badge/license/MIT/purple
[size]: https://bundlephobia.com/result?p=@remirror/react-components
[size-badge]: https://flat.badgen.net/bundlephobia/minzip/@remirror/react-components
[typescript]: https://flat.badgen.net/badge/icon/TypeScript?icon=typescript&label
[downloads-badge]: https://badgen.net/npm/dw/@remirror/react-components/red?icon=npm
``bashyarn
yarn add @remirror/react-components @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/components.Usage
When using the components from this library make sure to wrap your editor in the
ThemeProvider`.