--- title: 区块编辑器 --- 标题 使用来自 [BlockNote](https://www.blocknotejs.org/) 的基于区块的富文本编辑器,允许用户编辑和查看内容块。 ```jsx import { useBlockNote } from "@blocknote/react"; import { BlockEditor } from "@/ui/input/editor/components/BlockEditor"; export const MyComponent = () => { const BlockNoteEditor = useBlockNote(); return ; }; ``` | 属性 | 类型 | 描述 | | --- | ----------------- | ---------- | | 编辑器 | `BlockNoteEditor` | 区块编辑器实例或配置 |