Skip to main content

Variable: FieldLabel

@arolariu/components


@arolariu/components / FieldLabel

Variable: FieldLabel

const FieldLabel: ForwardRefExoticComponent<Omit<DetailedHTMLProps<LabelHTMLAttributes<HTMLLabelElement>, HTMLLabelElement>, "ref"> & RefAttributes<HTMLLabelElement>>

Defined in: components/ui/field.tsx:248

Renders the label associated with a form control.

Remarks

  • Pure CSS component (no Base UI primitive)
  • Renders a <label> element
  • Styling via CSS Modules with --ac-* custom properties

Example

<FieldLabel htmlFor='email'>Email</FieldLabel>

See

FieldLabelProps for available props

// was this page useful?