mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-21 07:21:46 +01:00
chore: setup compodium in playground
This commit is contained in:
13
playground/compodium/examples/UButtonExampleSizes.vue
Normal file
13
playground/compodium/examples/UButtonExampleSizes.vue
Normal 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>
|
||||
Reference in New Issue
Block a user