diff --git a/components/frames.mdx b/components/frames.mdx
index 5ba8c2e97..03d3d08cb 100644
--- a/components/frames.mdx
+++ b/components/frames.mdx
@@ -12,16 +12,28 @@ Use frames to display images, diagrams, or other visual content with consistent
## Captions
-You can add additional context to an image using the optional `caption` prop.
+Add additional context to an image using the optional `caption` prop. Captions appear in the frame below the image.
-
+
+## Hints
+
+Add text that precedes the frame using the optional `hint` prop. Hints appear above the frame.
+
+
+
+
+
## Properties
- Optional caption text to show centered under your component.
+ Text that appears as part of the frame, centered below the content.
+
+
+
+ Text that precedes the frame.
@@ -37,4 +49,16 @@ You can add additional context to an image using the optional `caption` prop.
```
+
+```mdx Frame with a hint
+
+
+
+```
+
+```mdx Frame with both hint and caption
+
+
+
+```