button

Ghost button with an invalid state

Ghost button with an invalid state

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

src/button/c-button-33.vue

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

<template>
  <Button variant="ghost" aria-invalid="true">
    Invalid Ghost
  </Button>
</template>

Установка

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

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

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