Heading

Headings are used as the titles of each major section of a page in the interface. For example, card components generally use headings as their title.

Deprecated

This component is no longer supported. Please use the Text component instead.

Mapping to the Text component

Example
- <Heading>Online store dashboard</Heading>
+ <Text variant="headingMd" as="h2">Online store dashboard</Text>

    On this page