<RichTextMenu.Group>
Render a group of rich text controls. Always use inside <RichTextMenu>.
<RichTextMenu.Group>
<RichTextMenu.Bold />
<RichTextMenu.Italic />
<RichTextMenu.Underline />
</RichTextMenu.Group>Props
| Prop | Example | Type | Status |
|---|---|---|---|
children | <RichTextMenu.Bold /> | ReactNode | Required |
Required Props
children
The controls to render in this group, including:
- included controls
- custom controls using
<RichTextMenu.Control> - additional custom UI