Skip to content

Drawer

Drawer is a node extension that allows you to add an Drawer to your editor.

Usage

tsx
import { Drawer } from 'reactjs-tiptap-editor/extension-bundle'; 
import 'easydrawer/styles.css'; 

const extensions = [
  ...,
  // Import Extensions Here
  Drawer.configure({
    upload: (file: any) => {
      // upload file to server return url
    },
  }),
];

Source

SourceDocs

Contributors

Changelog

v0.2.6 on 3/21/2025
b4914 - feat: extention draw

Made with ❤️