SkeletonImage

SkeletonImage is a placeholder component that shows a skeleton screen while an image is loading, until the image is fully loaded.

Preview

SkeletonTextImage.jpg

Code example

render('Checkout::Dynamic::Render', () => {
return <SkeletonImage />;
});
Was this article helpful to you?