button

Button rendered as a Next.js Link

Button rendered as a Next.js Link

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

src/button/c-button-27.vue

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

<template>
  <Button as-child>
    <a href="/">Back to Home</a>
  </Button>
</template>

Установка

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

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

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