import React from 'react'; import { HelperText, HelperTextItem } from '@breakaway/preact-core'; import TimesIcon from '@patternfly/react-icons/dist/esm/icons/times-icon'; export const HelperTextDynamic: React.FunctionComponent = () => ( This is default helper text This is indeterminate helper text This is warning helper text This is success helper text This is error helper text }> This is error helper text with a custom icon This is error helper text with no icon );