feat : ajout download backup
This commit is contained in:
17
components/skeleton/ButtonSkeleton.vue
Normal file
17
components/skeleton/ButtonSkeleton.vue
Normal file
@@ -0,0 +1,17 @@
|
||||
<template>
|
||||
<div
|
||||
class="animate-pulse rounded-md bg-m-tertiary/70 shadow-md/50 shadow-m-black"
|
||||
:class="customClass"
|
||||
/>
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
withDefaults(
|
||||
defineProps<{
|
||||
customClass?: string
|
||||
}>(),
|
||||
{
|
||||
customClass: "h-[39px] w-full"
|
||||
}
|
||||
)
|
||||
</script>
|
||||
Reference in New Issue
Block a user