We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df8ec1e commit 65c98fbCopy full SHA for 65c98fb
content/components/frames.mdx
@@ -1,7 +1,7 @@
1
---
2
-title: 'Frames'
3
-description: 'Use the Frame component to wrap images or other components in a container.'
4
-icon: 'frame'
+title: "Frames"
+description: "Use the Frame component to wrap images or other components in a container."
+icon: "frame"
5
6
7
Frames are very helpful if you want to center an image.
@@ -38,10 +38,4 @@ You can add additional context to an image using the optional `caption` prop.
38
</Frame>
39
```
40
41
-```jsx Glass Frame
42
-<Frame type="glass">
43
- <img src="/path/image.jpg" />
44
-</Frame>
45
-```
46
-
47
</RequestExample>
0 commit comments