mirror of
https://github.com/uiverse-io/galaxy.git
synced 2025-11-28 05:00:22 +08:00
12 lines
545 B
HTML
12 lines
545 B
HTML
<!-- From Uiverse.io by sahilxkhadka - Tags: loading, form, loader, animated, skeleton loading -->
|
|
<div class="animate-pulse flex flex-col items-center gap-4 w-60">
|
|
<div>
|
|
<div class="w-48 h-6 bg-slate-400 rounded-md"></div>
|
|
<div class="w-28 h-4 bg-slate-400 mx-auto mt-3 rounded-md"></div>
|
|
</div>
|
|
<div class="h-7 bg-slate-400 w-full rounded-md"></div>
|
|
<div class="h-7 bg-slate-400 w-full rounded-md"></div>
|
|
<div class="h-7 bg-slate-400 w-full rounded-md"></div>
|
|
<div class="h-7 bg-slate-400 w-1/2 rounded-md"></div>
|
|
</div>
|
|
|