docs(skeleton): update

This commit is contained in:
Benjamin Canac
2024-07-17 17:38:34 +02:00
parent 9c56917714
commit 6db7b056ae
4 changed files with 11 additions and 1 deletions

View File

@@ -0,0 +1,10 @@
<template>
<div class="flex items-center gap-4">
<USkeleton class="h-12 w-12 rounded-full" />
<div class="grid gap-2">
<USkeleton class="h-4 w-[250px]" />
<USkeleton class="h-4 w-[200px]" />
</div>
</div>
</template>