Variable: FormLabel
@arolariu/components / FormLabel
Variable: FormLabel
constFormLabel: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
// was this page useful?