Home > @uniformdev/design-system > ImageProps

ImageProps interface

Signature:

Extends: ImgHTMLAttributes<HTMLImageElement>

Properties

Property

Modifiers

Type

Description

errorFallbackSrc?

string

(Optional) Optional fallback URL to use if the primary src fails to load. Useful for proxied images where the proxy might fail but the original URL still works.

imgClassName?

string

(Optional)

variant?

'inline' | 'fill-container'

(Optional)