mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-26 18:00:43 +01:00
chore(playground): compodium setup
This commit is contained in:
12
playground/compodium/examples/UAvatar/UAvatarExampleIcon.vue
Normal file
12
playground/compodium/examples/UAvatar/UAvatarExampleIcon.vue
Normal file
@@ -0,0 +1,12 @@
|
||||
<script setup lang="ts">
|
||||
extendCompodiumMeta({
|
||||
combo: ['size'],
|
||||
defaultProps: {
|
||||
icon: 'i-lucide-image'
|
||||
}
|
||||
})
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<UAvatar />
|
||||
</template>
|
||||
Reference in New Issue
Block a user