Skip to content

Blockquote

The Blockquote extension allows you to add blockquotes to your editor.

Usage

tsx
import { Blockquote } from 'reactjs-tiptap-editor/blockquote'; 

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

Options

shortcutKeys

Type: string[]
Default: ['shift', '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 ❤️