Skip to content

Bold

The Bold extension allows you to add bold text to your editor.

Usage

tsx
import { Bold } from 'reactjs-tiptap-editor/bold'; 

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

Options

shortcutKeys

Type: string[]
Default: ['mod', 'B']

Keyboard shortcuts for the extension.

Source

SourceDocs

Contributors

Changelog

v0.3.28 on 10/13/2025
20125 - feat: add shortcutKeys override(s) to extensions

Made with ❤️