New to KendoReactLearn about KendoReact Free.

CardImageProps

NameTypeDefaultDescription

alt?

string

Specifies an alternate text for the image.

jsx
<CardImage src="image.jpg" alt="Description of the image" />

className?

string

Sets additional classes to the CardImageProps.

jsx
<CardImage className="custom-class" src="image.jpg" />

src?

string

Sets the source of the image.

jsx
<CardImage src="image.jpg" />

style?

React.CSSProperties

Sets additional CSS styles to the CardImageProps.

jsx
<CardImage style={{ borderRadius: '50%' }} src="image.jpg" />
Not finding the help you need?
Contact Support