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