On This Page
Renders an accessible label associated with controls.
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>