Docs
Label

Label

Renders an accessible label associated with controls.

Loading...

Installation

	npx shadcn-svelte@latest add label

Usage

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