Skip to main content

Variable: FormDescription

@arolariu/components


@arolariu/components / FormDescription

Variable: FormDescription

const FormDescription: 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

HTML paragraph element

// was this page useful?