Skip to content

Instantly share code, notes, and snippets.

@merictaze
Last active September 8, 2019 05:28
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 merictaze/4e199d7d939b9b3b533ef0bb947bb25d to your computer and use it in GitHub Desktop.
Save merictaze/4e199d7d939b9b3b533ef0bb947bb25d to your computer and use it in GitHub Desktop.
const TextInput = props => <input {...extractInputProps(props)} />
const TextAreaInput = props => <textarea {...extractInputProps(props)} />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment