Skip to content

Slash Command

The Slash Command extension allows you to add slash commands to your editor.

  • type / to trigger the slash command menu.

Usage

tsx
import { SlashCommand } from 'reactjs-tiptap-editor/slashcommand'; 

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

Source

SourceDocs

Contributors

Changelog

v0.2.21 on 4/13/2025
a4ea2 - feat: SlashCommand support renderGroupItem

Made with ❤️