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

> Wrapper over Tiptap Bubble menu

For all the available props, see [Bubble Menu](https://tiptap.dev/docs/editor/api/extensions/bubble-menu).

```tsx
<EditorBubble>
  <EditorBubbleItem />
  <EditorBubbleItem />
  <EditorBubbleItem />
</EditorBubble>
```

## Props

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

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

<ParamField path="tippyOptions" type="Props" />
