Files
ui/docs/components/content/examples/AlertExampleHtml.vue
2023-07-27 16:59:50 +02:00

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>