Documentation
Set up your documentation
Use the Frame component to wrap images or other components in a container.
<Frame> <img src="/path/image.jpg" /> </Frame>
Frames are very helpful if you want to center an image.
You can add additional context to an image using the optional caption prop.
caption
Yosemite National Park is visited by over 3.5 million people every year
Optional caption text to show centered under your component.
Was this page helpful?