@remirror/extension-underline
TypeScript icon, indicating that this package has built-in type declarations

2.0.13 • Public • Published

@remirror/extension-underline

Add underline formatting to your text editor.

Version Weekly Downloads Bundled size Typed Codebase MIT License

Installation

# yarn
yarn add @remirror/extension-underline

# pnpm
pnpm add @remirror/extension-underline

# npm
npm install @remirror/extension-underline

This 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();

/@remirror/extension-underline/

    Package Sidebar

    Install

    npm i @remirror/extension-underline

    Weekly Downloads

    29,414

    Version

    2.0.13

    License

    MIT

    Unpacked Size

    64.1 kB

    Total Files

    11

    Last publish

    Collaborators

    • ocavue
    • ifiokjr