Skip to content

Mention

Mention is a node extension that allows you to add a Mention to your editor.

Usage

tsx
import { Mention } from 'reactjs-tiptap-editor'; 

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

Source

SourceDocs

Contributors

Changelog

v0.0.39 on 9/26/2024
1a178 - feat: add mention

Made with ❤️