mirror of
https://github.com/uiverse-io/galaxy.git
synced 2025-11-28 05:00:22 +08:00
11 lines
No EOL
441 B
HTML
11 lines
No EOL
441 B
HTML
<!-- From Uiverse.io by Deri-Kurniawan - Tags: animation, minimalist, loading, loader, smooth, glow, animated, loading animation -->
|
|
<div class="flex flex-row gap-2">
|
|
<div class="animate-pulse bg-gray-300 w-12 h-12 rounded-full"></div>
|
|
<div class="flex flex-col gap-2">
|
|
<div class="animate-pulse bg-gray-300 w-28 h-5 rounded-full"></div>
|
|
<div class="animate-pulse bg-gray-300 w-36 h-5 rounded-full"></div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|