Use frames to display images, diagrams, or other visual content with consistent styling and optional captions. Frames center content and provide visual separation from surrounding text.
Photograph of a lake surrounded by trees with mountains in the distance in Yellowstone National Park.

Captions

You can add additional context to an image using the optional caption prop.
Photograph of Yosemite Valley.

Yosemite National Park is visited by over 3.5 million people every year

Properties

caption
string
Optional caption text to show centered under your component.
<Frame>
  <img src="/path/image.jpg" alt="Descriptive alt text" />
</Frame>