benmneb / mui-image

⚛ React component to display images as per the Material Design guidelines. For apps using Material-UI v5.
https://mui-image.surge.sh
ISC License
50 stars 14 forks source link

Card Image error #28

Closed Rajarshi07 closed 1 year ago

Rajarshi07 commented 1 year ago

Doesn't work as a component passed to CardMedia component.

<CardMedia
    component={Image}
    src={"https://picsum.photos/600/450"}
        alt={"photo"}
>
</CardMedia>
benmneb commented 1 year ago

do you actually need to use CardMedia? or can you just replace it entirely with the Image component?