---
title: Block Editor
image: /images/user-guide/api/api.png
---
Utilitza un editor de text enriquit basat en blocs de [BlockNote](https://www.blocknotejs.org/) per permetre als usuaris editar i veure blocs de contingut.
```jsx
import { useBlockNote } from "@blocknote/react";
import { BlockEditor } from "@/ui/input/editor/components/BlockEditor";
export const MyComponent = () => {
const BlockNoteEditor = useBlockNote();
return ;
};
```
| Props | Tipus | Descripció |
| ------ | ------------------- | --------------------------------------------------- |
| editor | `EditorDeBlockNote` | La instància de l'editor de blocs o la configuració |