Appearance
The Text Bubble extension allows you to show a bubble around the selected text in the editor.
import { TextBubble } from 'reactjs-tiptap-editor'; const extensions = [ ..., // Import Extensions Here TextBubble ];
Source • Docs