nuxt-prawo-jazdy/components/Loading.vue
2025-04-15 19:51:13 +02:00

8 lines
239 B
Vue

<template>
<div
class="flex min-h-dvh justify-center items-center text-5xl flex-col gap-10"
>
<span class="loading loading-spinner loading-xl scale-[2.5] block" />
<span class="block">Ładowanie</span>
</div>
</template>