mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 20:19:34 +01:00
8 lines
375 B
Vue
8 lines
375 B
Vue
<template>
|
|
<UBanner icon="i-heroicons-wrench-screwdriver" :actions="[{ label: 'Go to Nuxt UI v2', to: 'https://ui.nuxt.com', trailingIcon: 'i-heroicons-arrow-right-20-solid', class: 'rounded-full' }]" :close="false">
|
|
<template #title>
|
|
You're looking at the documentation for <span class="font-semibold">Nuxt UI v3</span>!
|
|
</template>
|
|
</UBanner>
|
|
</template>
|