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
Props
string
Optional caption text to show centered under your component.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
<Frame>
<img src="/path/image.jpg" />
</Frame>
<Frame caption="Caption Text">
<img src="/path/image.jpg" />
</Frame>
Use the Frame component to wrap images or other components in a container.
caption prop.
Yosemite National Park is visited by over 3.5 million people every year
<Frame>
<img src="/path/image.jpg" />
</Frame>
<Frame caption="Caption Text">
<img src="/path/image.jpg" />
</Frame>
Was this page helpful?