> ## 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 Command

> Wrapper for Command Items using cmdk

For all the available props, see [cmdk](https://github.com/pacocoursey/cmdk).

```tsx
<EditorCommand>
  <EditorCommandItem />
  <EditorCommandItem />
  <EditorCommandItem />
</EditorCommand>
```

## Props

<ParamField required path="children" type="ReactNode" />

<ParamField path="className" type="string" />
