- Context Components
- Image Frame
Context Components
Image Frame
Use the Frame component to wrap images or other components in a container.
Frames are very helpful if you want to center an image.

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

Yosemite National Park is visited by over 3.5 million people every year
<Frame>
<img src="/path/image.jpg" />
</Frame>
Props
caption
string
Optional caption text to show centered under your component.
<Frame>
<img src="/path/image.jpg" />
</Frame>