title | description | icon |
---|---|---|
Frames |
Use the Frame component to wrap images or other components in a container. |
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.
<Frame caption="Caption Text">
<img src="/path/image.jpg" />
</Frame>
<Frame type="glass">
<img src="/path/image.jpg" />
</Frame>