6.8k

Renders an accessible label associated with controls.

Docs API Reference

Installation

pnpm dlx shadcn-svelte@latest add label

Usage

<script lang="ts">
  import { Label } from "$lib/components/ui/label/index.js";
</script>
 
<Label for="email">Your email address</Label>