Appearance
The Bold extension allows you to add bold text to your editor.
import { Bold } from 'reactjs-tiptap-editor/bold'; const extensions = [ ..., // Import Extensions Here Bold ];
Source • Docs