playground: update

This commit is contained in:
Benjamin Canac
2024-03-07 18:26:21 +01:00
parent 58ce6e86d0
commit c3903f0da1
2 changed files with 4 additions and 5 deletions

View File

@@ -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'
} }
} }
}) })

View File

@@ -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>