Skip to content

Instantly share code, notes, and snippets.

@KTruong008
Created September 9, 2017 23:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save KTruong008/19e572522883a6788d39b3abda361815 to your computer and use it in GitHub Desktop.
Save KTruong008/19e572522883a6788d39b3abda361815 to your computer and use it in GitHub Desktop.
import { required } from './form.validators'
<Field
name="firstName"
label="First Named"
component={Text}
validate={required}
/>
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment