react-random-image
v1.0.3
Published
Image component pre-filled with a random image.
Downloads
64
Readme
react-random-image
import Image from 'react-random-image'
function App() {
return (
<div className="App">
<Image width={100} height={100}/>
</div>
);
}
export default App;