Problem: Rich stat card.
Solution#
<div class="rounded-xl border p-5">
<div class="flex items-baseline justify-between"><p class="text-2xl font-bold tabular-nums">8,421</p><span class="text-xs text-emerald-600">▲ 4.1%</span></div>
<div class="mt-3 h-8 rounded bg-slate-100">sparkline…</div>
</div>Why this works#
Number row + chart slot.
Variants#
- Responsive: add screen prefixes to the core classes
- Dark: pair each color utility with its dark: twin
- Animated: add
transition+ a state variant for motion
Related recipes#
cookbook/index|Cookbook index · utilities/index|Utilities reference · patterns/index|Layout patterns
