Often used for showing thumbnails or project previews.
import { Card, Image } from '@marvelapp/ui';
<Card width={200} height={150} overflow="hidden"> <Image alt="Image preview" maxWidth={320} src={thumbnail} width={1} /> </Card>