button

Large (lg) icon-only button

Large (lg) icon-only button

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

src/button/c-button-26.vue

<script setup lang="ts">
import { Button } from "@/components/ui/button"
</script>

<template>
  <Button size="icon-lg" aria-label="Play">
    <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-play"
    >
      <path d="M5 5a2 2 0 0 1 3.008-1.728l11.997 6.998a2 2 0 0 1 .003 3.458l-12 7A2 2 0 0 1 5 19z" />
    </svg>
  </Button>
</template>

Установка

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

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

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