mirror of
https://github.com/uiverse-io/galaxy.git
synced 2025-11-28 05:00:22 +08:00
10 lines
398 B
HTML
10 lines
398 B
HTML
<!-- From Uiverse.io by Yaya12085 - Tags: loading, loader, tailwind -->
|
|
<div class="flex items-center space-x-2">
|
|
<div class="animate-pulse rounded-full bg-gray-500 h-12 w-12 rounded-full"></div>
|
|
<div class="space-y-2">
|
|
<div class="animate-pulse rounded-md bg-gray-500 h-4 w-[200px]"> </div>
|
|
<div class="animate-pulse rounded-md bg-gray-500 h-4 w-[170px]"> </div>
|
|
</div>
|
|
</div>
|
|
|
|
|