Appearance
Mention is a node extension that allows you to add a Mention to your editor.
import { Mention } from 'reactjs-tiptap-editor'; const extensions = [ ..., // Import Extensions Here Mention ];
Source • Docs
v0.0.39
1a178