mirror of
https://github.com/abhinavxd/libredesk.git
synced 2025-10-23 05:11:57 +00:00
use dot loader to use tailwind animations
This commit is contained in:
@@ -1,7 +1,11 @@
|
||||
<template>
|
||||
<span class="dot-loader">
|
||||
<span class="dot"></span>
|
||||
<span class="dot"></span>
|
||||
<span class="dot"></span>
|
||||
<span class="inline-flex items-center">
|
||||
<span class="w-1 h-1 rounded-full bg-current mx-0.5 animate-dot-flashing"></span>
|
||||
<span
|
||||
class="w-1 h-1 rounded-full bg-current mx-0.5 animate-dot-flashing [animation-delay:0.2s]"
|
||||
></span>
|
||||
<span
|
||||
class="w-1 h-1 rounded-full bg-current mx-0.5 animate-dot-flashing [animation-delay:0.4s]"
|
||||
></span>
|
||||
</span>
|
||||
</template>
|
||||
|
Reference in New Issue
Block a user