react-image-lightbox icon indicating copy to clipboard operation
react-image-lightbox copied to clipboard

Option to change the loading component

Open ybrodsky opened this issue 5 years ago • 1 comments

When an image is being loaded a css spinner is show. Here I think

Add an option to pass a component to show instead

<Lightbox
  ...
  renderLoading={<MyCustomLoading />}
/>

Also, lots of PR. Is this being actively maintained?

ybrodsky avatar Feb 06 '20 21:02 ybrodsky

Seems like this was done in #385

SeinopSys avatar Sep 05 '21 00:09 SeinopSys