h2

Since UXP v2.0

A heading element, representing the second level in the document hierarchy.

data-variant=warning
data-slots=text
This element is not theme-aware. If you want theme-aware elements, you should use the Spectrum UXP correlates, or you can style them manually based upon the prefers-color-scheme media query.

See: https://developer.mozilla.org/en/docs/Web/HTML/Element/h2

Example

<h2>Hello, world!</h2>

Spectrum UXP Correlate

When using Spectrum UXP, you can get a similar rendering using sp-heading.

<sp-heading>Hello, World</sp-heading>