Skip to content

Instantly share code, notes, and snippets.

@SaraVieira
Last active July 6, 2018 10:23
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save SaraVieira/e552aa893c23fc1a1637e875fbf59cb7 to your computer and use it in GitHub Desktop.
function Button(props) {
return React.createElement(
'button',
{ onClick: props.getImage },
'Get a new puppy'
)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment