Try Install Learn Blog API Packages GitHub
Pages

Ui.Card.Image

This component is for displaying an image in a card.

Properties

height
:
Ui.Size
=
Ui.Size::Em(10)

The height of the image.

objectFit
:
String
=
"cover"

The value for the object-fit CSS property.

objectPosition
:
String
=
"center"

The value for the object-position CSS property.

src
:
String
=
""

The URL for the image.

Functions

render
:
Html

Renders the image.