Problem: Getting-started tasks.
Solution#
<ul class="space-y-3">
<li class="flex items-center gap-3"><input type="checkbox" checked class="size-4 accent-emerald-500" /><span class="text-sm line-through text-slate-400">Install Nakshora</span></li>
</ul>Why this works#
Checked items struck through.
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
