本页内容
渲染与控件关联的可访问标签。
npx shadcn-vue@latest add label
<script setup lang="ts"> import { Label } from '@/components/ui/label' </script> <template> <Label for="email">Your email address</Label> </template>