Skip to content

Instantly share code, notes, and snippets.

@jucian0
Created May 4, 2020 19:32
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 jucian0/ae78b83c8e3825846338264e3381f524 to your computer and use it in GitHub Desktop.
Save jucian0/ae78b83c8e3825846338264e3381f524 to your computer and use it in GitHub Desktop.
<Input
name="name"
onChange={e => setInput({ name: e.target.value })}
label="Name"
error={errors.name}
defaultValue={form.name}
/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment