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 />
}