Skip to main content

SearchExtension (deprecated)

Summary

This extension add search functionality to your editor.

This extension is deprecated and will be removed in the next major version. Please use the @remirror/extension-find package instead.

Usage

Installation

This extension is installed for you when you install the main remirror package.

You can use the imports in the following way:

import { SearchExtension } from 'remirror/extensions';

The extension is provided by the @remirror/extension-search package.

API