Skip to content

rImage

Our custom image component. You can define fallback image. It handles errors during load of the images. If none of the provided images loads it displays provided default image.

Props

NameTypeDefaultRequiredDescription
srcString''Source of the image
fallbackSrcString''Fallback source of the image
altString''Alt of image
titleString''Title of image

Code Snippets

vue
<RImage src="#" fallbackSrc="#" alt="Alt" title="Title" />

Made with ♥️ by Riešenia