Skip to content

Commit b70685c

Browse files
Update components/frames.mdx
1 parent c43b8fd commit b70685c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

components/frames.mdx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,14 @@ You can add additional context to an image using the optional `caption` prop.
1818
<img src="https://mintlify-assets.b-cdn.net/yosemite.jpg" alt="Photograph of Yosemite Valley." />
1919
</Frame>
2020

21+
## Hints
22+
23+
You can provide additional context or information using the optional `hint` prop.
24+
25+
<Frame hint="This is a hint" caption="This is a caption">
26+
<img src="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." />
27+
</Frame>
28+
2129
## Properties
2230

2331
<ResponseField name="caption" type="string">

0 commit comments

Comments
 (0)