A heading which can be used to title or separate sections of a layout.
| Property | Type | Required | Description |
|---|---|---|---|
align | Align | No | The horizontal alignment of the text. Defaults to left. |
control | String | No | Specify a particular control to use to represent the layout. If the control is unknown, it will be ignored. |
margin | Size | No | The vertical margin to apply after this component. Defaults to md. |
size | Size | No | The size of the content. Defaults to md. |
text | String | Yes | The user-facing content of the heading. |
type | String | Yes | It must be heading. |