Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
import { useBlockNote } from "@blocknote/react"; import { BlockEditor } from "@/ui/input/editor/components/BlockEditor"; export const MyComponent = () => { const BlockNoteEditor = useBlockNote(); return <BlockEditor editor={BlockNoteEditor} />; };
BlockNoteEditor
Was this page helpful?