mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 12:14:41 +01:00
playground: update
This commit is contained in:
@@ -2,10 +2,9 @@ export default defineAppConfig({
|
||||
ui: {
|
||||
primary: 'sky',
|
||||
button: {
|
||||
base: 'font-semibold'
|
||||
},
|
||||
container: {
|
||||
base: 'max-w-5xl'
|
||||
slots: {
|
||||
base: 'font-semibold'
|
||||
}
|
||||
}
|
||||
}
|
||||
})
|
||||
@@ -11,7 +11,7 @@ const components = ['button', 'tooltip']
|
||||
<template>
|
||||
<UProvider>
|
||||
<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">
|
||||
{{ component }}
|
||||
</ULink>
|
||||
|
||||
Reference in New Issue
Block a user