Skip to content

Commit edcc4c4

Browse files
Update README.md
1 parent 75d69be commit edcc4c4

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,17 @@ React Lazy Load Image Component
77

88
React Component to lazy load images and other components/elements. Supports IntersectionObserver and includes a HOC to track window scroll position to improve performance.
99

10-
"[_An easy-to-use performant solution to lazy load images in React_](https://medium.com/@albertjuhe/an-easy-to-use-performant-solution-to-lazy-load-images-in-react-e6752071020c)"
10+
* "[_An easy-to-use performant solution to lazy load images in React_](https://medium.com/@albertjuhe/an-easy-to-use-performant-solution-to-lazy-load-images-in-react-e6752071020c)"
11+
* [Live demo](https://www.albertjuhe.com/react-lazy-load-image-component/) ([code](https://github.com/Aljullu/react-lazy-load-image-component-demo))
12+
13+
#### **New:** ✨ move faster with [premium support and ready-to-use examples and components](https://lazypixels.com). 🚀
14+
15+
<br>
1116

1217
[![Build Status](https://travis-ci.org/Aljullu/react-lazy-load-image-component.svg?branch=master)](https://travis-ci.org/Aljullu/react-lazy-load-image-component)
1318
[![Download counter](https://img.shields.io/npm/dt/react-lazy-load-image-component.svg)](https://www.npmjs.com/package/react-lazy-load-image-component)
1419
[![License](https://img.shields.io/npm/l/react-lazy-load-image-component.svg)](https://www.npmjs.com/package/react-lazy-load-image-component)
1520

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

2023
* Includes two components (`LazyLoadImage` and `LazyLoadComponent`) and a HOC (`trackWindowScroll`) which adds scroll position tracking to any component you wish.
@@ -29,7 +32,6 @@ React Component to lazy load images and other components/elements. Supports Inte
2932
* Server Side Rendering (SSR) compatible.
3033
* [TypeScript declarations](https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/react-lazy-load-image-component/index.d.ts) hosted on DefinitelyTyped.
3134

32-
3335
## Installation
3436

3537
```bash
@@ -40,7 +42,6 @@ $ yarn add react-lazy-load-image-component
4042
$ npm i --save react-lazy-load-image-component
4143
```
4244

43-
4445
## `LazyLoadImage` usage
4546

4647
```javascript

0 commit comments

Comments
 (0)