mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-21 23:40:39 +01:00
chore: up
This commit is contained in:
12
playground/compodium/examples/UContainerExample.vue
Normal file
12
playground/compodium/examples/UContainerExample.vue
Normal file
@@ -0,0 +1,12 @@
|
||||
<script setup lang="ts">
|
||||
extendCompodiumMeta({
|
||||
defaultProps: {
|
||||
}
|
||||
})
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<UContainer>
|
||||
<Placeholder class="h-32 aspect-video" />
|
||||
</UContainer>
|
||||
</template>
|
||||
Reference in New Issue
Block a user