Skip to content

Instantly share code, notes, and snippets.

@eddyw
Created November 1, 2017 17:07
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 eddyw/4dfa4aeb3c971947e976565ed6d449d6 to your computer and use it in GitHub Desktop.
Save eddyw/4dfa4aeb3c971947e976565ed6d449d6 to your computer and use it in GitHub Desktop.
const Form = ({ frmref, onSubmit }) => (
<form ref={frmref} onSubmit={onSubmit}>
<input name="example" type="text" />
</form>
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment