Skip to main content

FormHelperText

FormHelperText can be used for providing additional context to your input fields.

Import

import { FormHelperText } from "@sparrowengg/twigs-react";

Usage

Result
Loading...
<FormHelperText> Password should have a minimum length of 6. </FormHelperText>

Pair with Input

Result
Loading...
<>
  <Input placeholder="password" type="password" />
  <FormHelperText> Password should have a minimum length of 6. </FormHelperText>
</>

Props

PropertyDescriptionTypeDefault
sizefont size of the FormLabelxxs xs sm md lgxs
weightfont weightregular medium boldregular