mirror of
https://github.com/versia-pub/frontend.git
synced 2026-03-13 03:29:16 +01:00
chore: ⬆️ Upgrade to the latest Shadcn-Vue version
Some checks failed
Some checks failed
This commit is contained in:
parent
7649ecfb80
commit
092bce0f24
169 changed files with 1860 additions and 1088 deletions
12
components/graphics/spinner.vue
Normal file
12
components/graphics/spinner.vue
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
<template>
|
||||
<Card class="size-16">
|
||||
<Loader class="size-full animate-spin" />
|
||||
</Card>
|
||||
</template>
|
||||
|
||||
<script lang="ts" setup>
|
||||
import { Loader } from "lucide-vue-next";
|
||||
import { Card } from "~/components/ui/card";
|
||||
</script>
|
||||
|
||||
<style></style>
|
||||
Loading…
Add table
Add a link
Reference in a new issue