spinner

Animated loading dots

Animated loading dots

Загрузка превью…

src/spinner/c-spinner-10.vue

<template>
  <div class="flex items-center justify-center gap-1.5">
    <span class="bg-primary size-2 animate-bounce rounded-full [animation-delay:-0.3s]" />
    <span class="bg-primary size-2 animate-bounce rounded-full [animation-delay:-0.15s]" />
    <span class="bg-primary size-2 animate-bounce rounded-full" />
  </div>
</template>

Установка

npx shadcn-vue@latest add https://revueui.rootapi.dev/r/c-spinner-10.json

Источник: порт из ReUI (Keenthemes, MIT)