Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 423 Bytes

heading.md

File metadata and controls

25 lines (18 loc) · 423 Bytes

< Back to Components List

Heading

polaris-heading implements the Polaris Heading component.

Examples

Basic usage:

{{#polaris-heading}}
  This is a basic heading
{{/polaris-heading}}

Emphasised heading:

{{#polaris-heading
  tagName="em"
}}
  This is an emphasised heading
{{/polaris-heading}}