Accessible form label that associates with an input via htmlFor.
import { Label, Input } from '@oddapp/ui' <Label htmlFor="username">Username</Label> <Input id="username" placeholder="you" />