@remirror/extension-doc
Version:
The root of your text-editor. One doc to rule them all.
33 lines (22 loc) • 1.19 kB
Markdown
# @remirror/extension-doc
> The root of your text-editor. One doc to rule them all.
[![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/extension-doc
[npm]: https://npmjs.com/package/@remirror/extension-doc
[license]: https://flat.badgen.net/badge/license/MIT/purple
[size]: https://bundlephobia.com/result?p=@remirror/extension-doc
[size-badge]: https://flat.badgen.net/bundlephobia/minzip/@remirror/extension-doc
[typescript]: https://flat.badgen.net/badge/icon/TypeScript?icon=typescript&label
[downloads-badge]: https://badgen.net/npm/dw/@remirror/extension-doc/red?icon=npm
## Installation
```bash
# yarn
yarn add @remirror/extension-doc
# pnpm
pnpm add @remirror/extension-doc
# npm
npm install @remirror/extension-doc
```
This is included by default when you install the recommended `remirror` package. All exports are also available via the entry-point, `remirror/extensions`.
## Usage
This is one of the **core** extensions and is included by default when using the `CorePreset` from `remirror/presets`.