mirror of
https://github.com/uiverse-io/galaxy.git
synced 2025-11-28 05:00:22 +08:00
15 lines
No EOL
501 B
HTML
15 lines
No EOL
501 B
HTML
<!-- From Uiverse.io by mahendrameghwal - Tags: animation, loading, loader, circle loader, loading animation, tailwind, tailwindcss -->
|
|
<div class="w-full min-h-screen gap-x-2 flex justify-center items-center">
|
|
<div
|
|
class="w-5 bg-[#d991c2] animate-pulse h-5 rounded-full animate-bounce"
|
|
></div>
|
|
<div
|
|
class="w-5 animate-pulse h-5 bg-[#9869b8] rounded-full animate-bounce"
|
|
></div>
|
|
<div
|
|
class="w-5 h-5 animate-pulse bg-[#6756cc] rounded-full animate-bounce"
|
|
></div>
|
|
</div>
|
|
|
|
|
|
|