We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfac837 commit de33342Copy full SHA for de33342
app/components/AppHeader.vue
@@ -13,11 +13,21 @@ const { header } = useAppConfig()
13
label="Search..."
14
variant="outline"
15
class="w-full"
16
- />
+ >
17
+ <template #trailing>
18
+ <div class="flex items-center gap-0.5 ms-auto">
19
+ <UKbd value="meta" />
20
+ <UKbd value="k" />
21
+ </div>
22
+ </template>
23
+ </UContentSearchButton>
24
25
<template #title>
26
<template v-if="header?.logo?.dark || header?.logo?.light">
- <UColorModeImage v-bind="{ class: 'h-6 w-auto', ...header?.logo }" />
27
+ <UColorModeImage
28
+ v-bind="header?.logo"
29
+ class="h-6 w-auto"
30
+ />
31
</template>
32
<template v-else>
33
Nuxt UI Pro <UBadge
0 commit comments