
Captions
You can add additional context to an image using the optionalcaption prop.

Yosemite National Park is visited by over 3.5 million people every year
Properties
Optional caption text to show centered under your component.
Add visual emphasis with styled frames around images and other components.

caption prop.

Yosemite National Park is visited by over 3.5 million people every year
<Frame>
<img src="/path/image.jpg" alt="Descriptive alt text" />
</Frame>
Was this page helpful?