Files
ui/docs/app/components/content/examples/card/CardExample.vue
2024-07-17 17:38:34 +02:00

14 lines
225 B
Vue

<template>
<UCard>
<template #header>
<Placeholder class="h-8" />
</template>
<Placeholder class="h-32" />
<template #footer>
<Placeholder class="h-8" />
</template>
</UCard>
</template>