Migrate to tailwind + reka ui

This commit is contained in:
Kavin
2026-03-27 11:43:13 +05:30
parent 9d0da61e34
commit d1ef96e7d4
54 changed files with 2206 additions and 1926 deletions

View File

@@ -1,13 +1,17 @@
<template>
<div v-if="!showContent" class="min-h-[75vh] w-full flex items-center justify-center">
<div v-if="!showContent" class="grid min-h-[75vh] w-full place-items-center">
<span id="spinner" />
</div>
<div v-else>
<div v-else v-bind="$attrs">
<slot />
</div>
</template>
<script setup>
defineOptions({
inheritAttrs: false,
});
defineProps({
showContent: {
type: Boolean,
@@ -29,6 +33,7 @@ defineProps({
display: inline-block;
width: 70px;
height: 70px;
margin-inline: auto;
}
#spinner:after {
content: " ";