mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-17 13:38:07 +01:00
chore(playground): compodium setup
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
<script setup lang="ts">
|
||||
extendCompodiumMeta({
|
||||
combo: ['size', 'orientation']
|
||||
})
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<UButtonGroup v-bind="$attrs">
|
||||
<UButton color="neutral" variant="outline">
|
||||
Button
|
||||
</UButton>
|
||||
<UInput placeholder="Search..." />
|
||||
</UButtonGroup>
|
||||
</template>
|
||||
Reference in New Issue
Block a user