Helper Text

Additional information text

Import

import { HelperText } from '@windmill/react-ui'

Base

You should use HelperText to give more information alongside form fields. The default base HelperText doesn't need any special prop.

Password should have more than 6 characters
live editor

Valid

The valid prop applies valid styles to the HelperText.

Your password is strong
live editor

Invalid

Give a value of false to the valid prop to apply invalid styles to the HelperText.

Provide a valid email
live editor

Props overview

PropDescriptionTypeDefault
validapply valid or invalid styles to the inputboolean

Customizing

See Customization to learn how to change defaultTheme styles.