mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-31 12:17:54 +01:00
docs(app): update banner
This commit is contained in:
@@ -53,7 +53,7 @@ provide('navigation', mappedNavigation)
|
|||||||
<NuxtLoadingIndicator color="var(--ui-primary)" :height="2" />
|
<NuxtLoadingIndicator color="var(--ui-primary)" :height="2" />
|
||||||
|
|
||||||
<template v-if="!route.path.startsWith('/examples')">
|
<template v-if="!route.path.startsWith('/examples')">
|
||||||
<!-- <Banner /> -->
|
<Banner />
|
||||||
|
|
||||||
<Header :links="links" />
|
<Header :links="links" />
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
@@ -1,15 +1,19 @@
|
|||||||
<template>
|
<template>
|
||||||
<UBanner
|
<UBanner
|
||||||
id="ui3-launch"
|
id="nuxtlabs-join-vercel"
|
||||||
title="Nuxt UI v3 is officially released!"
|
title="NuxtLabs is joining Vercel"
|
||||||
icon="i-lucide-rocket"
|
icon="i-simple-icons-vercel"
|
||||||
:actions="[
|
to="https://nuxtlabs.com/?utm_source=nuxt-ui&utm_medium=banner&utm_campaign=nuxtlabs-vercel"
|
||||||
{
|
target="_blank"
|
||||||
label: 'Discover Nuxt UI Pro',
|
|
||||||
to: '/pro/pricing',
|
|
||||||
trailingIcon: 'i-lucide-arrow-right'
|
|
||||||
}
|
|
||||||
]"
|
|
||||||
close
|
close
|
||||||
|
:actions="[{
|
||||||
|
label: 'Read the announcement',
|
||||||
|
color: 'neutral',
|
||||||
|
variant: 'outline',
|
||||||
|
trailingIcon: 'i-lucide-arrow-right',
|
||||||
|
to: 'https://nuxtlabs.com/?utm_source=nuxt-ui&utm_medium=banner&utm_campaign=nuxtlabs-vercel',
|
||||||
|
target: '_blank',
|
||||||
|
class: 'ring-0'
|
||||||
|
}]"
|
||||||
/>
|
/>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
@@ -59,7 +59,7 @@ provide('navigation', mappedNavigation)
|
|||||||
<UApp>
|
<UApp>
|
||||||
<NuxtLoadingIndicator color="#FFF" />
|
<NuxtLoadingIndicator color="#FFF" />
|
||||||
|
|
||||||
<!-- <Banner /> -->
|
<Banner />
|
||||||
|
|
||||||
<Header :links="links" />
|
<Header :links="links" />
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user