Image
The Image component can display an image given a src
path as an argument.
This could either be a local path from the assets folder or an external link.

Image composes a box and can be styled similarly.

You can also pass a PIL
image object as the src
.