We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9314efb commit 331c84fCopy full SHA for 331c84f
frontend/src/components/ui/loader/DotLoader.vue
@@ -1,7 +1,11 @@
1
<template>
2
- <span class="dot-loader">
3
- <span class="dot"></span>
4
5
+ <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]"
6
+ ></span>
7
8
+ class="w-1 h-1 rounded-full bg-current mx-0.5 animate-dot-flashing [animation-delay:0.4s]"
9
10
</span>
11
</template>
0 commit comments