按钮

显示一个按钮或一个看起来像按钮的组件。

安装

bash
npx shadcn-vue@latest add button

用法

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

<template>
  <Button>Button</Button>
</template>

示例

主要

次要

破坏性

轮廓

幽灵

图标

带图标

加载

作为子元素

在 GitHub 上编辑此页面