+ >
+ );
+};
+
+
\ No newline at end of file
diff --git a/components/ContentModal/content-modal.png b/components/ContentModal/content-modal.png
new file mode 100644
index 0000000..55e98b9
Binary files /dev/null and b/components/ContentModal/content-modal.png differ
diff --git a/components/ContentModal/readme.md b/components/ContentModal/readme.md
new file mode 100644
index 0000000..fef6583
--- /dev/null
+++ b/components/ContentModal/readme.md
@@ -0,0 +1,33 @@
+# ``
+
+## Overview
+
+Display custom content in an overlay-style container that sits on top of your guides page.
+
+
+
+## Usage
+
+```mdx
+
+```
+
+## Props
+
+| Prop | Type | Description |
+| ------------- | ------ | ------------------------------------------------------------------------------------------------- |
+| `label` | string | The text displayed on the trigger button. |
+| `title` | string | The title displayed at the top of the modal. |
+| `content` | string | The content to display inside the modal body. |
+| `size` | string | Modal width: `'sm'` (480px), `'md'` (720px), `'lg'` (960px), `'xl'` (1200px). Defaults to `'md'`. |
+| `buttonColor` | string | Hex color code for the button background. Defaults to `'#0B1440'`. |