A section heading. Renders <h1> … <h6> styled with the level's text style from typography.headings; textStyle overrides the look without changing the level.
<h1>
<h6>
typography.headings
textStyle
<Heading level={1}>Settings</Heading><Heading level={2} textStyle="display">Big section title</Heading> Copy
<Heading level={1}>Settings</Heading><Heading level={2} textStyle="display">Big section title</Heading>
A section heading. Renders
<h1>…<h6>styled with the level's text style fromtypography.headings;textStyleoverrides the look without changing the level.