Variable: FormMessage
@arolariu/components / FormMessage
Variable: FormMessage
constFormMessage:ForwardRefExoticComponent<HTMLAttributes<HTMLParagraphElement> &RefAttributes<HTMLParagraphElement>>
Defined in: components/ui/form.tsx:341
Renders the validation message or fallback message for the current form control.
Remarks
- Renders a
<p>element when content is available - Built on the shared form field metadata hook
Example
<FormMessage />
See
// was this page useful?