Label
Renders an accessible label associated with controls.
Installation
Usage
<script lang="ts">
import { Label } from "$lib/components/ui/label/index.js";
</script>
<Label for="email">Your email address</Label>
Renders an accessible label associated with controls.
<script lang="ts">
import { Label } from "$lib/components/ui/label/index.js";
</script>
<Label for="email">Your email address</Label>