From a0d9d59e2dab4641eefb369ca2a309f5d064aa1b Mon Sep 17 00:00:00 2001
From: "mintlify-development[bot]"
<109878554+mintlify-development[bot]@users.noreply.github.com>
Date: Tue, 17 Mar 2026 22:29:02 +0000
Subject: [PATCH] Document missing component props for Card, Expandable, and
CodeGroup
Generated-By: mintlify-agent
---
components/cards.mdx | 4 ++++
components/code-groups.mdx | 6 ++++++
components/expandables.mdx | 11 ++++++++++-
3 files changed, 20 insertions(+), 1 deletion(-)
diff --git a/components/cards.mdx b/components/cards.mdx
index 1c7c2a679..dc26ed006 100644
--- a/components/cards.mdx
+++ b/components/cards.mdx
@@ -129,3 +129,7 @@ Use the [Columns component](/components/columns) to organize multiple cards side
Show or hide the link arrow icon.
+
+
+ Disable the card link and CTA button. When `true`, the card is not clickable.
+
diff --git a/components/code-groups.mdx b/components/code-groups.mdx
index bdc1bbb5d..fb5811e56 100644
--- a/components/code-groups.mdx
+++ b/components/code-groups.mdx
@@ -100,3 +100,9 @@ class HelloWorld {
```
````
+
+## Properties
+
+
+ Replace the tab interface with a dropdown menu for toggling between code blocks.
+
diff --git a/components/expandables.mdx b/components/expandables.mdx
index 9f8f27902..41236b86f 100644
--- a/components/expandables.mdx
+++ b/components/expandables.mdx
@@ -41,5 +41,14 @@ Use expandables to show and hide nested content within response fields. They are
- Set to `true` for the expandable to open when the page loads
+ Set to `true` for the expandable to open when the page loads.
+
+
+
+ Callback function invoked when the expandable is opened or closed.
+
+
+
+ When `true`, children are not rendered until the expandable is first opened. Useful for
+ improving performance when expandable sections contain heavy content.