Text Tags
Rich text formatting tags for button labels.
Size Tags
Section titled “Size Tags”| Tag | Effect |
|---|---|
<xxs> |
Extra extra small |
<xs> |
Extra small |
<sm> |
Small |
<md> |
Medium |
<lg> |
Large |
<xl> |
Extra large |
<2xl> |
2× large |
<3xl> |
3× large |
<4xl> |
4× large |
<5xl> |
5× large |
Tone Tags
Section titled “Tone Tags”| Tag | Effect |
|---|---|
<primary> |
Primary color |
<accent> |
Accent color |
<success> |
Success (green) |
<danger> |
Error (red) |
<foreground> |
Default text color |
Markup Tags
Section titled “Markup Tags”| Tag | Effect |
|---|---|
<strong> |
Bold text |
<dim> |
50% opacity |
<blink> |
Blinking animation |
*text* |
Highlighted (asterisk syntax) |
Special Characters
Section titled “Special Characters”| Syntax | Effect |
|---|---|
| |
Line break |
|
Non-breaking space |
Examples
Section titled “Examples”# Large time displaylabel: "<4xl> *HH*<blink>:</blink>|mm</4xl>"
# Status indicatorlabel: "<success>●</success> Online"
# Multi-linelabel: "Line 1|Line 2"
# Bold and highlightedlabel: "<strong>Total:</strong> *42 items*"