benmneb / mui-image

⚛ React component to display images as per the Material Design guidelines. For apps using Material-UI v5.
https://mui-image.surge.sh
ISC License
50 stars 14 forks source link

Add a placeholder image prop #35

Open TrevinAvery opened 1 year ago

TrevinAvery commented 1 year ago

I have a data url image that is a small version of the image I want to load. This is available instantly and I want it to be the placeholder while I wait for the full sized image to load and fade in on top of it. This can be done with an external element, but adding it as an option would be a nice addition.