You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: components/frames.mdx
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,14 @@ You can add additional context to an image using the optional `caption` prop.
18
18
<imgsrc="https://mintlify-assets.b-cdn.net/yosemite.jpg"alt="Photograph of Yosemite Valley." />
19
19
</Frame>
20
20
21
+
## Hints
22
+
23
+
You can provide additional context or information using the optional `hint` prop.
24
+
25
+
<Framehint="This is a hint"caption="This is a caption">
26
+
<imgsrc="https://mintlify-assets.b-cdn.net/yellowstone.jpeg"alt="Photograph of a lake surrounded by trees with mountains in the distance in Yellowstone National Park." />
0 commit comments