Docs
Label

Label

Renders an accessible label associated with controls.

Loading...

Installation

	npx svell@latest add label

Usage

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

Built & designed by shadcn. Ported to Svelte by netronk. The source code is available on GitHub.