Skip to content
Spira
Forms

Label

Accessible labels associated with a control.

Associated label

Clicking the label focuses its control.

import { Input, Label } from "@/components/ui";

<Label htmlFor="user">Username</Label>
<Input id="user" placeholder="@kayo" />