Docs
Button

Button

Displays a button or a component that looks like a button.

Installation

bash
npx shadcn-vue@latest add button

Usage

vue
<script setup lang="ts">
import { Button } from '@/lib/registry/default/ui/button'
</script>

<template>
  <Button>Button</Button>
</template>
Edit this page on GitHub