Skip to content

Instantly share code, notes, and snippets.

@tonyspiro
Last active October 23, 2017 18:06
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 tonyspiro/8a37ff4a88c1c143fd94e392e84fcbe1 to your computer and use it in GitHub Desktop.
Save tonyspiro/8a37ff4a88c1c143fd94e392e84fcbe1 to your computer and use it in GitHub Desktop.
import React, { Component } from 'react';
import './App.css';
class App extends Component {
render() {
return (
<div className="App">
<img style={{ width: '100%' }} src="https://thecatapi.com/api/images/get?format=src&type=jpg"/>
</div>
);
}
}
export default App;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment