Image

The Image component is a layout primitive that can be used to render images.

It is just a img with some styles.

How to use

// Before
<Image src={"https://via.placeholder.com/150"} />

// After
<img src="https://via.placeholder.com/150" />