We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 600e20c commit cceb287Copy full SHA for cceb287
README.md
@@ -12,12 +12,14 @@ Progressively load images using a blur effect.
12
$ npm install react-progressive-image-loading --save
13
```
14
15
-## Usage
+## Import
16
17
```jsx
18
import ProgressiveImage from "react-progressive-image-loading";
19
20
21
+## Usage
22
+
23
24
<ProgressiveImage
25
preview="/images/tiny-preview.png"
0 commit comments