mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 20:19:34 +01:00
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Benjamin Canac <canacb1@gmail.com>
16 lines
294 B
Vue
16 lines
294 B
Vue
<template>
|
|
<UBanner
|
|
id="ui3-launch"
|
|
title="Nuxt UI v3 is officially released!"
|
|
icon="i-lucide-rocket"
|
|
:actions="[
|
|
{
|
|
label: 'Discover Nuxt UI Pro',
|
|
to: '/pro/pricing',
|
|
trailingIcon: 'i-lucide-arrow-right'
|
|
}
|
|
]"
|
|
close
|
|
/>
|
|
</template>
|