Skip to content

Highlight

The Highlight extension allows you to highlight text in your editor.

Usage

tsx
import { Highlight } from 'reactjs-tiptap-editor/highlight'; 

const extensions = [
  ...,
  // Import Extensions Here
  Highlight 
];

Source

SourceDocs

Contributors

Changelog

No recent changes

Made with ❤️