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" />Accessible labels associated with a control.
Clicking the label focuses its control.
import { Input, Label } from "@/components/ui";
<Label htmlFor="user">Username</Label>
<Input id="user" placeholder="@kayo" />