Heading (Blazor)
This guide demonstrates how to use the Heading component.
Heading Properties
Name | Type | Default | Description |
---|---|---|---|
Name | string | ‘heading’ + index suffix | Unique name the Heading. |
Text | string | null | Heading text. |
Size | enum | H3 | From ‘H1’ to ‘H6’ |
Style | string | null | In-line CSS style. |