Skip to content

Commit 2a6c016

Browse files
authored
Add more demo examples to the README (#12)
1 parent 814b3a5 commit 2a6c016

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ React Component to lazy load images and other components/elements. Includes a HO
1414
[![Download counter](https://img.shields.io/npm/dt/react-lazy-load-image-component.svg)](https://www.npmjs.com/package/react-lazy-load-image-component)
1515
[![License](https://img.shields.io/npm/l/react-lazy-load-image-component.svg)](https://www.npmjs.com/package/react-lazy-load-image-component)
1616

17-
## [Live demo](https://www.albertjuhe.com/react-lazy-load-image-component/)
17+
## [Live demo](https://www.albertjuhe.com/react-lazy-load-image-component/) ([code](https://github.com/Aljullu/react-lazy-load-image-component-demo))
1818

1919
## Features
2020

@@ -234,11 +234,13 @@ export default trackWindowScroll(Gallery);
234234
```
235235

236236

237-
## Screenshot
237+
## Demos
238238

239239
![Screenshot of the react-lazy-load-image-component in use](https://user-images.githubusercontent.com/3616980/37790133-ecbe042e-2e05-11e8-940b-aee50ba8df06.gif)
240240

241-
Get the [full code of this example](https://github.com/Aljullu/weather-app).
241+
* [weather-app](https://github.com/Aljullu/weather-app)
242+
* [react-flickr-gallery](https://github.com/Aljullu/react-flickr-gallery)
243+
* [react-lazy-load-image-component-demo](https://github.com/Aljullu/react-lazy-load-image-component-demo)
242244

243245

244246
## Common errors

0 commit comments

Comments
 (0)