On This Page
Renders an accessible label associated with controls.
npx shadcn-vue@latest add input
<script setup lang="ts"> import { Label } from '@/lib/registry/default/ui/label' </script> <template> <Label for="email">Your email address</Label> </template>