Skip to main content

Image

Information: Documentation incomplete

This component still requires documentation.

Use the image component to display an image with a caption.

Example

View HTML
<figure class="uhb-c-image">
  <img src="https://via.placeholder.com/800x450" alt="A laptop screen with lines of code displayed">
  <figcaption class="uhb-c-image__caption">
    Image caption.
  </figcaption>
</figure>