Headings
Headings have the following properties which are optional:
Property | Required? | Type | Options | Description |
---|---|---|---|---|
alignment | no | string | Alignment of the heading's content. | |
subHeading | no | string | Subheading, displayed under the main heading. |
Basic Examples
Basic Heading example.
1<x-fcui-heading>This is a heading!</x-fcui-heading>
This is a heading!
Advanced Example
Heading aligned to the left
1<x-fcui-heading subheading="This is a subheading." alignment="left">This is a heading!</x-fcui-heading>
This is a heading!
This is a subheading.
Heading aligned to the right.
1<x-fcui-heading alignment="right">This is a heading!</x-fcui-heading>