Skip to main content

CardMediaDescription

Description to be displayed on the card media.

Examples

Card with image only.

<Card>
<CardMedia image={PlaceholderImage}>
<CardMediaDescription>
<h5>Image description</h5>
</CardMediaDescription>
</CardMedia>
</Card>

Properties

children ✳️

The content of the card media description.

Type
node