Properties
| Property | Type | Description |
|---|---|---|
level | number | (optional) Define a specific level value to ensure correct level hierarchy. Defaults to 3. |
help | object | (optional) Provide help content for the field using title and content as a string or React.Node. Additionally, you can set open to true to display the inline help, set the breakout property to false to disable the breakout of the inline help content, set outset to false to display the help text inline (inset) instead of the default outset behavior, or use renderAs set to dialog to render the content in a Dialog (recommended for larger amounts of content). |
children | React.Node | (optional) Heading text / contents. |
Space | string object | (optional) Spacing properties like top or bottom are supported. |