Skip to content

Usage

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

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

Source

SourceDocs

Contributors

Changelog

v0.0.7 on 8/15/2024
765cd - fix: pass props to button

Made with ❤️