Skip to content

Task List

The Task List extension allows you to add task lists to your editor.

Usage

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

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

Source

SourceDocs

Contributors

Changelog

No recent changes

Made with ❤️