Loading Bars
<div class="flex items-center justify-center space-x-1 p-4">
<div class="w-2 h-8 bg-blue-500 rounded-full animate-pulse" style="animation-delay: 0s"></div>
<div class="w-2 h-8 bg-blue-500 rounded-full animate-pulse" style="animation-delay: 0.1s"></div>
<div class="w-2 h-8 bg-blue-500 rounded-full animate-pulse" style="animation-delay: 0.2s"></div>
<div class="w-2 h-8 bg-blue-500 rounded-full animate-pulse" style="animation-delay: 0.3s"></div>
<div class="w-2 h-8 bg-blue-500 rounded-full animate-pulse" style="animation-delay: 0.4s"></div>
</div>
Copied to clipboard