Files
training/.codex/skills/hallmark/references/components/t4-numbered-stat-strip.md
2026-07-28 19:31:07 +08:00

15 lines
470 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

### T4 · Numbered stat strip
A horizontal strip of 35 stats (count + qualifier) running across one row. Tabular nums.
*Use when:* you have multiple complementary metrics that work together.
*Don't confuse with:* H4 Stat-led hero (which is one focal number, not several).
```html
<section class="stat-strip tnum">
<div><b>2.4M</b><span>users</span></div>
<div><b>99.97%</b><span>uptime</span></div>
<div><b>14</b><span>regions</span></div>
</section>
```
---