badge

Badge with an icon

Badge with an icon

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

src/badge/c-badge-20.vue

<script setup lang="ts">
import { Badge } from "@/components/reui/badge"
</script>

<template>
  <Badge variant="outline">
    <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-check"
    >
      <path d="M20 6 9 17l-5-5" />
    </svg>
    Badge
  </Badge>
</template>

Установка

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

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

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