> ## Documentation Index
> Fetch the complete documentation index at: https://novel.mintlify.site/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Editor Root

> A wrapper component for the editor. It provides a consistent layout and styling for the editor.

<Info>
  This example demonstrates the use of Shadcn-ui for ui, but alternative libraries and components
  can also be employed.
</Info>

```tsx
<EditorRoot>{...}</EditorRoot>
```

## Props

<ParamField required path="children" type="ReactNode">
  A ReactNode that represents the content of the editor.
</ParamField>
