@deditor/react
v0.6.0
Published
React DocEditor surface: toolbar, bubbles, find, and comment sidebar.
Maintainers
Readme
@deditor/react
React <DocEditor /> for Deditor: toolbar, bubbles, find, comment sidebar. Peer react >= 18.
pnpm add @deditor/react @deditor/preset-docs @deditor/collabimport { DocEditor } from '@deditor/react'
import '@deditor/react/style.css'
export function App() {
return <DocEditor />
}Docs: https://ximing.github.io/weditor/guide/doc-editor
