Skip to content

Instantly share code, notes, and snippets.

@tonyspiro
Last active October 23, 2017 18:06
  • 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
Embed
What would you like to do?
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