docs(card): update

This commit is contained in:
Benjamin Canac
2024-07-11 17:38:34 +02:00
parent 96e18ef233
commit 795621746b
2 changed files with 15 additions and 4 deletions

View File

@@ -0,0 +1,13 @@
<template>
<UCard>
<template #header>
<Placeholder class="h-8" />
</template>
<Placeholder class="h-32" />
<template #footer>
<Placeholder class="h-8" />
</template>
</UCard>
</template>