mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 20:19:34 +01:00
Co-authored-by: gangan <44604921+shinGangan@users.noreply.github.com> Co-authored-by: Benjamin Canac <canacb1@gmail.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
10 lines
285 B
Vue
10 lines
285 B
Vue
<template>
|
|
<UAlert title="Customize Alert Icon" description="Insert custom content into the icon slot!" icon="i-heroicons-command-line">
|
|
<template #icon="{ icon }">
|
|
<UBadge size="sm">
|
|
<UIcon :name="icon" />
|
|
</UBadge>
|
|
</template>
|
|
</UAlert>
|
|
</template>
|
|
|