chore: setup compodium in playground

This commit is contained in:
Romain Hamel
2025-03-24 15:08:07 +01:00
parent 5465fcb61d
commit f68061975c
9 changed files with 182 additions and 5 deletions

View File

@@ -0,0 +1,13 @@
<script setup lang="ts">
extendCompodiumMeta({
combo: ['variant', 'size'],
defaultProps: {
label: 'Click me!',
disabled: true
}
})
</script>
<template>
<UButton v-bind="$attrs" />
</template>