Content

Text

Definition

Renders paragraph, label, span, and supporting text content.

Usage

Use Text for readable copy and values that are not headings.

Attributes

  • as. span, p, div, or label.
  • type. body, large, label, supporting, code, display style, or inherit.
  • label, value, or i18n. Text content.
  • values. Translation interpolation values.
  • count. ICU plural count.

Children

Optional text content.

Example

xml
<Text as="p" i18n="orders.summary" values="${{ number: order.number }}" />