Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@SaraVieira
Last active July 6, 2018 10:23
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 SaraVieira/bdd7c58f4bcd061c6cbde4d33ebe710c to your computer and use it in GitHub Desktop.
Save SaraVieira/bdd7c58f4bcd061c6cbde4d33ebe710c to your computer and use it in GitHub Desktop.
function Img(props) {
return React.createElement('img', {
src: props.source
})
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment