mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-22 07:50:36 +01:00
chore(playground): compodium setup
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
<script setup lang="ts">
|
||||
extendCompodiumMeta({
|
||||
combo: ['size', 'color'],
|
||||
defaultProps: {
|
||||
label: 'Click me!',
|
||||
icon: 'lucide:heart',
|
||||
modelValue: true
|
||||
}
|
||||
})
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<UCheckbox />
|
||||
</template>
|
||||
Reference in New Issue
Block a user