react-progress-loading
Advanced tools
Comparing version 1.0.14 to 1.0.15
{ | ||
"name": "react-progress-loading", | ||
"version": "1.0.14", | ||
"version": "1.0.15", | ||
"description": "Progressively load images using a medium like blur effect.", | ||
@@ -5,0 +5,0 @@ "author": "arnavozil", |
@@ -50,2 +50,33 @@ # react-progress-loading | ||
##### Type: string (url) | ||
(space) | ||
#### `smallImageSrc` | ||
##### Required: Yes | ||
##### Description: The url to smaller(roughly 10% of original one) image | ||
##### Type: string (url) | ||
(space) | ||
#### `originalImageAlt` | ||
##### Required: No | ||
##### Description: The alt text of original image | ||
##### Type: string | ||
(space) | ||
#### `smallImageAlt` | ||
##### Required: No | ||
##### Description: The alt text of small image | ||
##### Type: string | ||
(space) | ||
#### `originalImageStyles` | ||
##### Required: No | ||
##### Description: The styles to be applied to original image | ||
##### Type: object | ||
(space) | ||
#### `smallImageStyles` | ||
##### Required: No | ||
##### Description: The styles to be applied to small image | ||
##### Type: object | ||
(space) | ||
#### `containerDivStyles` | ||
##### Required: No | ||
##### Description: The styles to be applied to div containing both the images | ||
##### Type: string (url) | ||
(space) | ||
@@ -52,0 +83,0 @@ ## License |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
16799
85