Files
ui/playground/compodium/examples/UContainerExample.vue
Romain Hamel f941df1541 chore: up
2025-03-28 08:58:21 +01:00

13 lines
183 B
Vue

<script setup lang="ts">
extendCompodiumMeta({
defaultProps: {
}
})
</script>
<template>
<UContainer>
<Placeholder class="h-32 aspect-video" />
</UContainer>
</template>