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
Prop | Description | Type | Default |
---|---|---|---|
valid | apply valid or invalid styles to the input | boolean |
Customizing
See Customization to learn how to change defaultTheme
styles.