1.0.8 • Published 11 months ago

@minhdra/react-tip-tap v1.0.8

Weekly downloads
-
License
MIT
Repository
-
Last release
11 months ago

UI for Tiptap ReactJS

This is a personal project, this support use basically rich editor (tiptap)

Tech Stack

ReactJS, Typescript, AntD, Tiptap

Usage/Examples

import { TipEditor } from '@minhdra/react-tip-tap';

function App() {
  return <TipEditor />
}

Variable Reference

VariableDescription
valueValue of editor, use it if you not use form instance
onChangeChange event of value
errorValidator for editor, recommend use useWatch hook
disabledDisable editor
tableResizeAllow resize table node, default is true
handleUploadImageThis function to upload image to your server. If you not, default using base64
deleteFileThis function to handle delete file from you uploaded