react-image-lightbox
react-image-lightbox copied to clipboard
Option to change the loading component
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?
Seems like this was done in #385