react-lazy-load-image-component
react-lazy-load-image-component copied to clipboard
Add loadedImageProps and placeholderProps props
Fixes #31.
Description
loadedImageProps: it allows passing an object of props that will be applied to the loaded image.placeholderProps: it allows passing an object of props that will be applied to the placeholder.