1.0.0 • Published 1 year ago

suspense-image v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

SuspenseImage

This is a react component that allows you to render an image with a suspense fallback. It is a wrapper around the native img element. It has the same props as the native img element, with the addition of a suspense prop which can be true or false. You will need to wrap your image in a Suspense boundry.