mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 20:19:34 +01:00
12 lines
298 B
Vue
12 lines
298 B
Vue
<template>
|
|
<UAlert title="Heads <i>up</i>!" icon="i-heroicons-command-line">
|
|
<template #title="{ title }">
|
|
<span v-html="title" />
|
|
</template>
|
|
|
|
<template #description>
|
|
You can add <b>components</b> to your app using the <u>cli</u>.
|
|
</template>
|
|
</UAlert>
|
|
</template>
|