Docs
Label

Label

Renders an accessible label associated with controls.

Installation

bash
npx shadcn-vue@latest add input

Usage

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

<template>
  <Label for="email">Your email address</Label>
</template>
Edit this page on GitHub