mirror of
https://github.com/uiverse-io/galaxy.git
synced 2025-11-28 05:00:22 +08:00
7 lines
398 B
HTML
7 lines
398 B
HTML
<!-- From Uiverse.io by Javierrocadev - Tags: blue, loader, rounded, bounce animation, tailwind -->
|
|
<div class="flex flex-row gap-2">
|
|
<div class="w-4 h-4 rounded-full bg-blue-700 animate-bounce"></div>
|
|
<div class="w-4 h-4 rounded-full bg-blue-700 animate-bounce [animation-delay:-.3s]"></div>
|
|
<div class="w-4 h-4 rounded-full bg-blue-700 animate-bounce [animation-delay:-.5s]"></div>
|
|
</div>
|
|
|