--- title: 塊編輯器 image: /images/user-guide/api/api.png --- Header 使用來自 [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 ; }; ``` | 屬性 | 類型 | 描述 | | --- | -------------- | --------- | | 編輯器 | `BlockNote編輯器` | 塊編輯器實例或配置 |