@remirror/extension-underline
v3.0.2
Published
Add underline formatting to your text editor.
Readme
@remirror/extension-underline
Add underline formatting to your text editor.
Installation
# yarn
yarn add @remirror/extension-underline
# pnpm
pnpm add @remirror/extension-underline
# npm
npm install @remirror/extension-underlineThis is included by default when you install the recommended remirror package. All exports are also available via the entry-point, remirror/extensions.
Usage
The following code creates an instance of this extension.
import { UnderlineExtension } from 'remirror/extensions';
const extension = new UnderlineExtension();