src/elements/Image/Image.js
An image.
An image can render wrapped in a div.ui.image as alternative HTML markup.
An image can be formatted to link to other content.
An image can show that it is disabled and cannot be selected.
An image may be formatted to appear inline with text as an avatar.
An image may include a border to emphasize the edges of white or transparent content.
An image can take up the width of its container.
An image may appear rounded.
An image may appear circular.
An image can specify its vertical alignment.
An image can appear centered in a content block.
An image can specify that it needs an additional spacing to separate it from nearby content.
An image can appear to the left or right of other content.
An image may appear at different sizes.
A group of images can be formatted to have the same size.
An image can render children.
An image correctly handles props of an HTML img
.
Also when it is wrapped in an another element.