Sajari UI

Image

The Image component is used to display images.

Image composes Box so you can use all the style props and add responsive styles as well.

Import

Usage

Editable Example
Unplash photo

Size

The size of the image can be adjusted using the width, height and objectFit props.

Editable Example
Unplash photoUnplash photoUnplash photo

Rounded Image

Editable Example
Unplash photo

Props

NameTypeDefaultDescription
srcstringThe path to the image source.
altstringThe alt text that describes the image.
onLoadfunctionA callback for when the image src has been loaded.
onErrorfunctionA callback for when there was an error loading the image src.
htmlWidthstring, numberThe native HTML width attribute of the img element.
htmlHeightstring, numberThe native HTML height attribute of the img element.