Problem: Disclosure rows.
Solution#
<tr><td colSpan="3" class="bg-slate-50 px-6 py-4 text-sm">Expanded details…</td></tr>Why this works#
Full-width tinted cell under the trigger row.
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
