import React from 'react'; import styles from './styles.css'; const FormField = ({className, showErrors = false, errorMsg, label, ...props}) => (