mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 20:19:34 +01:00
feat(Alert): new component (#449)
This commit is contained in:
11
docs/components/content/examples/AlertExampleHtml.vue
Normal file
11
docs/components/content/examples/AlertExampleHtml.vue
Normal file
@@ -0,0 +1,11 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user