Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 3 additions & 9 deletions content/components/frames.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: 'Frames'
description: 'Use the Frame component to wrap images or other components in a container.'
icon: 'frame'
title: "Frames"
description: "Use the Frame component to wrap images or other components in a container."
icon: "frame"
---

Frames are very helpful if you want to center an image.
Expand Down Expand Up @@ -38,10 +38,4 @@ You can add additional context to an image using the optional `caption` prop.
</Frame>
```

```jsx Glass Frame
<Frame type="glass">
<img src="/path/image.jpg" />
</Frame>
```

</RequestExample>