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

1const before = <Image src={"https://via.placeholder.com/150"} />
2
3const after = <img src="https://via.placeholder.com/150" />
1const before = <Image src={"https://via.placeholder.com/150"} />
2
3const after = <img src="https://via.placeholder.com/150" />