Image
A component for embedding images in a page, corresponding to the HTML img. It can also be used in combination with image captions.
html
<figure>
<img src="/no-image.svg" alt="">
<figcaption>Caption text</figcaption>
</figure>A component for embedding images in a page, corresponding to the HTML img. It can also be used in combination with image captions.
<figure>
<img src="/no-image.svg" alt="">
<figcaption>Caption text</figcaption>
</figure>