alert
Success alert
Success alert
Загрузка превью…
src/alert/c-alert-6.vue
<script setup lang="ts">
import { Alert, AlertDescription, AlertTitle } from "@/components/reui/alert"
</script>
<template>
<Alert variant="success">
<svg
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
aria-hidden="true"
class="lucide lucide-circle-check"
>
<circle cx="12" cy="12" r="10" />
<path d="m9 12 2 2 4-4" />
</svg>
<AlertTitle>Success! All good</AlertTitle>
<AlertDescription>
Everything is working as expected. You can continue with your task.
</AlertDescription>
</Alert>
</template>
Установка
npx shadcn-vue@latest add https://revueui.rootapi.dev/r/c-alert-6.jsonЗависимости реестра
Источник: порт из ReUI (Keenthemes, MIT)