标签

渲染与控件关联的可访问标签。

安装

bash
npx shadcn-vue@latest add label

用法

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

<template>
  <Label for="email">Your email address</Label>
</template>
在 GitHub 上编辑此页面