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 
];

Source

SourceDocs

Contributors

Changelog

No recent changes

Made with ❤️