Label

An accessible label element for form controls. Supports size variants and a required indicator.

Sizes

Three sizes - sm, md (default), and lg.

Required

Set isRequired to display a red asterisk after the label text.

With form control

Use htmlFor to associate the label with a form element.