Skip to content

Commit 9bda1fb

Browse files
committed
copyedit
1 parent b072fbe commit 9bda1fb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

components/frames.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,17 @@ Use frames to display images, diagrams, or other visual content with consistent
1212

1313
## Captions
1414

15-
You can add additional context to an image using the optional `caption` prop.
15+
Add additional context to an image using the optional `caption` prop. Captions appear in the frame below the image.
1616

17-
<Frame caption="Yosemite National Park is visited by over 3.5 million people every year">
17+
<Frame caption="Yosemite National Park is visited by over 3.5 million people every year.">
1818
<img src="https://mintlify-assets.b-cdn.net/yosemite.jpg" alt="Photograph of Yosemite Valley." />
1919
</Frame>
2020

2121
## Hints
2222

23-
Add text that precedes the frame using the optional `hint` prop.
23+
Add text that precedes the frame using the optional `hint` prop. Hints appear above the frame.
2424

25-
<Frame hint="This is a hint" caption="This is a caption">
25+
<Frame hint="If you plan to visit Yosemite National Park, secure your permits before you go." caption="Yosemite National Park is visited by over 3.5 million people every year.">
2626
<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." />
2727
</Frame>
2828

0 commit comments

Comments
 (0)