Skip to content
PixeloreUI
Form

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

  • Label renders a real <label> element. Clicking the label focuses the input.
  • When the associated control is disabled, the label automatically dims via the peer-disabled Tailwind variant — no extra code required.