Heading
The Heading component allows the placement of a heading on a page.
Properties
Name | Type | Default | Description |
---|---|---|---|
text | string | Defines the text within the heading. | |
tag | h1 h2 h3 h4 h5 h6 div span p string | h6 | Defines the html tag to use for the heading. |
Style Attributes
Name | Type | Default | Description |
---|---|---|---|
variant | h1 h2 h3 h4 h5 h6 string | h6 | Specifies the type of heading to display. |
fontColor | initial inherit primary secondary text primary text secondary error string | initial | Defines the font color of the heading. |
align | inherit left center right justify string | inherit | Defines the alignment of the heading. |
gutterBottom | bool | false | If true, adds a gutter to the bottom of the heading. |
noWrap | bool | false | If true, prevents the heading from wrapping. |