Skip to content

Instantly share code, notes, and snippets.

@mkozhukharenko
Last active October 30, 2016 15:38
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 mkozhukharenko/04ec532d2b5f959b9ba9426144c3e2eb to your computer and use it in GitHub Desktop.
Save mkozhukharenko/04ec532d2b5f959b9ba9426144c3e2eb to your computer and use it in GitHub Desktop.
Input component
<FormInput name="name"
value={form.fields.name.value}
error={form.fields.name.error}
onChange={form.onFieldChange}
placeholder="Enter your name"/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment