alert

Basic alert

Basic alert

Загрузка превью…

src/alert/c-alert-1.vue

<script setup lang="ts">
import { Alert, AlertDescription, AlertTitle } from "@/components/reui/alert"
</script>

<template>
  <Alert>
    <AlertTitle>Alert!</AlertTitle>
    <AlertDescription>
      This is an alert with a title and description.
    </AlertDescription>
  </Alert>
</template>

Установка

npx shadcn-vue@latest add https://revueui.rootapi.dev/r/c-alert-1.json

Зависимости реестра

Источник: порт из ReUI (Keenthemes, MIT)