@remirror/extension-entity-reference
v3.0.1
Published
Allow users to highlight important content
Downloads
127,978
Readme
@remirror/extension-entity-reference
Allow users to highlight important content
Installation
# yarn
yarn add @remirror/extension-entity-reference
# pnpm
pnpm add @remirror/extension-entity-reference
# npm
npm install @remirror/extension-entity-reference
Usage
The following code creates an instance of this extension.
import { EntityReferenceExtension } from '@remirror/extension-entity-reference';
const extension = new EntityReferenceExtension();