Image
An improved wrapper around the native image element

<Image source="..." alt="..." />Fallbacks
If an image fails to load, <Image /> can display a fallback source or even an entire fallback component in place of the browser's default "broken image" icon.


<Image source="..." fallback={<CustomComponent />} />Lifecycle


<Image source="..." fallback={<CustomComponent />} />