mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-31 20:28:09 +01:00
playground: update
This commit is contained in:
@@ -2,10 +2,9 @@ export default defineAppConfig({
|
|||||||
ui: {
|
ui: {
|
||||||
primary: 'sky',
|
primary: 'sky',
|
||||||
button: {
|
button: {
|
||||||
base: 'font-semibold'
|
slots: {
|
||||||
},
|
base: 'font-semibold'
|
||||||
container: {
|
}
|
||||||
base: 'max-w-5xl'
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
@@ -11,7 +11,7 @@ const components = ['button', 'tooltip']
|
|||||||
<template>
|
<template>
|
||||||
<UProvider>
|
<UProvider>
|
||||||
<UContainer class="min-h-screen flex flex-col gap-4 items-center justify-center">
|
<UContainer class="min-h-screen flex flex-col gap-4 items-center justify-center">
|
||||||
<div class="flex gap-1">
|
<div class="flex gap-1.5">
|
||||||
<ULink v-for="component in components" :key="component" :to="`/${component}`" active-class="text-primary capitalize text-sm">
|
<ULink v-for="component in components" :key="component" :to="`/${component}`" active-class="text-primary capitalize text-sm">
|
||||||
{{ component }}
|
{{ component }}
|
||||||
</ULink>
|
</ULink>
|
||||||
|
|||||||
Reference in New Issue
Block a user