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

2.0.13 • Public • Published

@remirror/extension-history

Add undo and redo history to your editor.

Version Weekly Downloads Bundled size Typed Codebase MIT License

Installation

# yarn
yarn add @remirror/extension-history

# pnpm
pnpm add @remirror/extension-history

# npm
npm install @remirror/extension-history

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

const extension = new HistoryExtension();

The CorePreset includes this extension so may never need to interact with it directly.

Readme

Keywords

Package Sidebar

Install

DownloadsWeekly Downloads

24,390

Version

2.0.13

License

MIT

Unpacked Size

76.2 kB

Total Files

10

Last publish

Collaborators

  • ocavue
  • ifiokjr