Skip to content

Text Tags

Rich text formatting tags for button labels.

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
Tag Effect
<primary> Primary color
<accent> Accent color
<success> Success (green)
<danger> Error (red)
<foreground> Default text color
Tag Effect
<strong> Bold text
<dim> 50% opacity
<blink> Blinking animation
*text* Highlighted (asterisk syntax)
Syntax Effect
| Line break
&nbsp; Non-breaking space
# Large time display
label: "<4xl>&nbsp;*HH*<blink>:</blink>|mm</4xl>"
# Status indicator
label: "<success>●</success> Online"
# Multi-line
label: "Line 1|Line 2"
# Bold and highlighted
label: "<strong>Total:</strong> *42 items*"