Problem: Service health.
Solution#
<ul class="divide-y rounded-2xl border">
<li class="flex items-center justify-between px-4 py-3 text-sm"><span>API</span><span class="flex items-center gap-2 text-emerald-600"><span class="size-2 rounded-full bg-emerald-500"></span>Operational</span></li>
</ul>Why this works#
Status dots + rows.
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
