Files
ui/playground/compodium/examples/UCard/UCardExample.vue
2025-03-26 11:40:23 +01:00

14 lines
238 B
Vue

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