Event stream.

The component#

html
<ol class="space-y-4 text-sm"><li class="flex gap-3"><span class="grid size-8 shrink-0 place-items-center rounded-full bg-blue-100">📦</span><div><p><b>Ayesha</b> deployed v3.1</p><time class="text-xs text-slate-500">2m ago</time></div></li></ol>

Responsive & dark#

Add dark: twins to every surface and text color (bg-white dark:bg-slate-900, border-slate-200 dark:border-slate-800). Because this recipe is pure utilities, dark mode is a per-class decision — see concepts/dark-mode-strategies|dark mode strategies.

Customization#

  • Swap palette classes to re-theme instantly
  • Adjust radii (rounded-lg → rounded-2xl) for tone
  • Add transition + state variants for polish
  • Extract into a framework component when reused 3+ times

recipes/index|Recipe index · components/index|Design components