Skip to content

Instantly share code, notes, and snippets.

@albertoperezf
Created December 4, 2017 08:40
Show Gist options
  • Save albertoperezf/c204eed82801332001db3a034761c74d to your computer and use it in GitHub Desktop.
Save albertoperezf/c204eed82801332001db3a034761c74d to your computer and use it in GitHub Desktop.
Validation Icon component
{/* This code is for the Icon of validation (Good & Bad) */}
{
showValidationStyles &&
<Icon
className={classNames('validationIcon')}
name={validationIconName}
size='18px'
/>
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment