---
title: Edytor Blokowy
image: /images/user-guide/api/api.png
---
Używa edytora tekstu opartego na blokach od [BlockNote](https://www.blocknotejs.org/), aby umożliwić użytkownikom edytowanie i przeglądanie bloków zawartości.
```jsx
import { useBlockNote } from "@blocknote/react";
import { BlockEditor } from "@/ui/input/editor/components/BlockEditor";
export const MyComponent = () => {
const BlockNoteEditor = useBlockNote();
return ;
};
```
| Właściwości (Props) | Typ | Opis |
| -------------------------------------- | ----------------- | -------------------------------------------- |
| edytor | `BlockNoteEditor` | Instancja lub konfiguracja edytora blokowego |