Label

Renders an accessible label associated with controls.



Installation

npx shadcn-svelte@latest add https://retroui-svelte.netlify.app/r/label.json


Usage

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