mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-28 10:50:40 +01:00
chore(playground): compodium setup
This commit is contained in:
11
playground/compodium/examples/UChip/UChipExampleSizes.vue
Normal file
11
playground/compodium/examples/UChip/UChipExampleSizes.vue
Normal file
@@ -0,0 +1,11 @@
|
||||
<script setup lang="ts">
|
||||
extendCompodiumMeta({
|
||||
combo: ['size']
|
||||
})
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<UChip>
|
||||
<UAvatar src="https://github.com/benjamincanac.png" />
|
||||
</UChip>
|
||||
</template>
|
||||
Reference in New Issue
Block a user