Variable: FormDescription
@arolariu/components / FormDescription
Variable: FormDescription
constFormDescription:ForwardRefExoticComponent<HTMLAttributes<HTMLParagraphElement> &RefAttributes<HTMLParagraphElement>>
Defined in: components/ui/form.tsx:313
Renders helper text that describes the current form control.
Remarks
- Renders a
<p>element - Built on the shared form field metadata hook
Example
<FormDescription>We'll never share your email.</FormDescription>
See
// was this page useful?