Problem: Nested comments.
Solution#
<ol class="space-y-6">
<li class="flex gap-3"><img class="size-9 rounded-full" src="a.jpg" alt="" /><div class="flex-1 rounded-2xl bg-slate-100 px-4 py-3 text-sm">Comment body</div></li>
</ol>Why this works#
Avatar + bubble rows; indent replies with ps-12.
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
