mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 20:19:34 +01:00
19 lines
373 B
Vue
19 lines
373 B
Vue
<template>
|
|
<UBanner
|
|
id="ui3-launch"
|
|
icon="i-lucide-rocket"
|
|
:actions="[
|
|
{
|
|
label: 'Discover Nuxt UI Pro',
|
|
to: '/pro/pricing',
|
|
trailingIcon: 'i-lucide-arrow-right'
|
|
}
|
|
]"
|
|
close
|
|
>
|
|
<template #title>
|
|
<span class="font-semibold">Nuxt UI v3</span> is officially released.
|
|
</template>
|
|
</UBanner>
|
|
</template>
|