Image

A component for embedding images in a page, corresponding to the HTML img. It can also be used in combination with image captions.

Caption text
html
<figure>
  <img src="/no-image.svg" alt="">
  <figcaption>Caption text</figcaption>
</figure>