mirror of
https://github.com/uiverse-io/galaxy.git
synced 2025-11-28 13:10:21 +08:00
8 lines
487 B
HTML
8 lines
487 B
HTML
<!-- From Uiverse.io by themrsami - Tags: loader, tailwind, tailwindcss, themrsami -->
|
|
<div class="flex justify-center items-center h-screen">
|
|
<div class="animate-spin ease-linear rounded-full w-10 h-10 border-t-2 border-b-2 border-purple-500"></div>
|
|
<div class="animate-spin ease-linear rounded-full w-10 h-10 border-t-2 border-b-2 border-red-500 ml-3"></div>
|
|
<div class="animate-spin ease-linear rounded-full w-10 h-10 border-t-2 border-b-2 border-blue-500 ml-3"></div>
|
|
</div>
|
|
|
|
|