Skip to main content

Documentation Index

Fetch the complete documentation index at: https://novel.mintlify.dev/docs/llms.txt

Use this file to discover all available pages before exploring further.

<EditorBubbleItem
  key={index}
  onSelect={(editor) => {
    item.command(editor);
  }}>
  ...
</EditorBubbleItem>

Props

children
ReactNode
required
className
string
onSelect
(editor: Editor) => void