Problem: Loading placeholders.
Solution#
<div class="animate-pulse space-y-3">
<div class="skeleton-circle h-12 w-12"></div>
<div class="skeleton-text h-4 w-3/4"></div>
<div class="skeleton-text h-4 w-1/2"></div>
</div>Why this works#
skeleton-* components + animate-pulse give shimmer with zero JS.
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
