mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 12:14:41 +01:00
8 lines
199 B
Vue
8 lines
199 B
Vue
<template>
|
|
<UBanner id="banner-2" icon="i-lucide-rocket">
|
|
<template #title>
|
|
<span class="font-semibold">Nuxt UI v3</span> is officially released!
|
|
</template>
|
|
</UBanner>
|
|
</template>
|