chore(Skeleton): new component

This commit is contained in:
Benjamin Canac
2023-05-14 17:05:38 +02:00
parent 6fd5a70ac9
commit 8caa78819a
4 changed files with 84 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
<template>
<div class="flex items-center space-x-4">
<USkeleton class="h-12 w-12" :ui="{ rounded: 'rounded-full' }" />
<div class="space-y-2">
<USkeleton class="h-4 w-[250px]" />
<USkeleton class="h-4 w-[200px]" />
</div>
</div>
</template>