mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-31 20:28:09 +01:00
chore(playground): compodium setup
This commit is contained in:
5
playground/compodium/examples/UChip/UChipExample.vue
Normal file
5
playground/compodium/examples/UChip/UChipExample.vue
Normal file
@@ -0,0 +1,5 @@
|
||||
<template>
|
||||
<UChip>
|
||||
<UButton icon="i-lucide-inbox" color="neutral" variant="subtle" />
|
||||
</UChip>
|
||||
</template>
|
||||
@@ -0,0 +1,11 @@
|
||||
<script setup lang="ts">
|
||||
extendCompodiumMeta({
|
||||
combo: ['position']
|
||||
})
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<UChip>
|
||||
<UButton icon="i-lucide-inbox" color="neutral" variant="subtle" />
|
||||
</UChip>
|
||||
</template>
|
||||
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