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

2.0.13 • Public • Published

@remirror/extension-strike

Add strikethrough formatting to your text editor.

Version Weekly Downloads Bundled size Typed Codebase MIT License

Installation

# yarn
yarn add @remirror/extension-strike

# pnpm
pnpm add @remirror/extension-strike

# npm
npm install @remirror/extension-strike

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 { StrikeExtension } from 'remirror/extensions';

const extension = new StrikeExtension();

Readme

Keywords

Package Sidebar

Install

npm i @remirror/extension-strike

Weekly Downloads

30,654

Version

2.0.13

License

MIT

Unpacked Size

65 kB

Total Files

11

Last publish

Collaborators

  • ocavue
  • ifiokjr