Skip to content

Instantly share code, notes, and snippets.

@imparvez
Created May 14, 2018 07:25
Show Gist options
  • Save imparvez/12a37752aefb6c835a8e2af23b0dd165 to your computer and use it in GitHub Desktop.
Save imparvez/12a37752aefb6c835a8e2af23b0dd165 to your computer and use it in GitHub Desktop.
Food List React App
import React, { Component } from 'react';
export default class Image extends Component {
render(){
return( <img src={this.props.source} alt={this.props.text} /> )
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment