New to KendoReactStart a free 30-day trial

Definition

Package:@progress/kendo-react-layout

Properties

alt?

string

Specifies an alternate text for the image.

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

Sets additional classes to the CardImageProps.

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

src?

string

Sets the source of the image.

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

style?

CSSProperties

Sets additional CSS styles to the CardImageProps.

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