react-lazy-load-image-component icon indicating copy to clipboard operation
react-lazy-load-image-component copied to clipboard

Add loadedImageProps and placeholderProps props

Open Aljullu opened this issue 4 years ago • 0 comments

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.

Aljullu avatar Jul 27 '19 10:07 Aljullu