ui:h3
Purpose
Renders a h3-equivalent heading. The actual heading level used in HTML may not beh3, as the UI Set or theme may use upper heading levels for other UI elements.Supports i18n strings for headings.Example
<ui:h3>This is a title</ui:h3> <ui:h3 text="sub.sub.heading"/> <ui:h3 text="sub.sub.heading" textArgs="[userName:user.name]"/>
Attributes
| Name | Required? | Description |
|---|---|---|
| text | No | Optional i18n message code or default text |
| textArgs | No | Optional arguments for i18n message |