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 b70685c commit 22b6f0dCopy full SHA for 22b6f0d
components/frames.mdx
@@ -49,4 +49,16 @@ You can provide additional context or information using the optional `hint` prop
49
<img src="/path/image.jpg" alt="Descriptive alt text" />
50
</Frame>
51
```
52
+
53
+```mdx Frame with a hint
54
+<Frame hint="Hint text">
55
+ <img src="/path/image.jpg" alt="Descriptive alt text" />
56
+</Frame>
57
+```
58
59
+```mdx Frame with both hint and caption
60
+<Frame hint="Hint text" caption="Caption text">
61
62
63
64
</CodeGroup>
0 commit comments