Skip to content

BaseImage

Component to render an image and optional lazy-loading

Props

Prop nameDescriptionTypeValuesDefault
altset alt attributestring-''
lazyloadspecify lazy image loadingboolean-false
srcset src attributestring-''
srcsetset srcSet attribute
structure: [{ '640w': 'path' }]
array-[]

Events

Event namePropertiesDescription
errorundefined ErrorEvent - the native <img> error event

Demo