Label
A small uppercase label that pairs with any form control. Built on Radix Label so the click target reliably forwards focus to the associated input — even when the input is several elements away.
Default
Accessibility notes
Labelrenders a real<label>element. Clicking the label focuses the input.- When the associated control is disabled, the label automatically dims via the
peer-disabledTailwind variant — no extra code required.