Skip to main content

Variable: FormLabel

@arolariu/components


@arolariu/components / FormLabel

Variable: FormLabel

const FormLabel: ForwardRefExoticComponent<LabelHTMLAttributes<HTMLLabelElement> & RefAttributes<HTMLLabelElement>>

Defined in: components/ui/form.tsx:239

Renders the accessible label for the current form item.

Remarks

  • Renders a <label> element
  • Built on the shared form field metadata hook

Example

<FormLabel>Email</FormLabel>

See

HTML label element

// was this page useful?