Skip to content

BaseKit

  • BaseKit Extension for Tiptap Editor.
  • This extension is required for all other extensions.

Usage

tsx
import { BaseKit } from 'reactjs-tiptap-editor'; 

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

Source

SourceDocs

Contributors

Changelog

v0.0.9 on 8/18/2024
d436d - feat: support dynamic rendering of bubble menu and remove bubble option
v0.0.8 on 8/16/2024
9abff - docs: update

Made with ❤️