api-docs-icon

Frames

Use the frame component to wrap images or other components you would like to center.

Frame without Captions
<Frame>
![img-alt](https://picsum.photos/200/300)
</Frame>
Frame with Captions
<Frame caption="caption text">
![img-alt](https://picsum.photos/200/300)
</Frame>

lake-luzern.jpeg

Views of Lake Luzern, Switzerland

Props

caption
string

Optional caption text to show at the bottom of the component.