Skip to content
This repository has been archived by the owner on Aug 2, 2024. It is now read-only.

Latest commit

 

History

History
26 lines (19 loc) · 486 Bytes

display-text.md

File metadata and controls

26 lines (19 loc) · 486 Bytes

< Back to Components List

Display text

polaris-display-text implements the Polaris Display text component.

Examples

Basic usage:

{{#polaris-display-text}}
  This is some basic display text
{{/polaris-display-text}}

Extra-large heading:

{{#polaris-display-text
  htmlTag="h1"
  size="extraLarge"
}}
  This is a LARGE heading
{{/polaris-display-text}}