From 0b3fa8ee66e0788ac5a474b9b2aba0f88d6a3136 Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Tue, 17 Mar 2026 11:49:49 +0000 Subject: [PATCH 1/2] Document missing Tabs and Card component props Generated-By: mintlify-agent --- components/cards.mdx | 4 ++++ components/tabs.mdx | 28 +++++++++++++++++++--------- 2 files changed, 23 insertions(+), 9 deletions(-) diff --git a/components/cards.mdx b/components/cards.mdx index 1c7c2a679..e8ccf04b1 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 hover styling. When `true`, the `href` is ignored and the card is not clickable. + diff --git a/components/tabs.mdx b/components/tabs.mdx index 6def5543a..8ce49023c 100644 --- a/components/tabs.mdx +++ b/components/tabs.mdx @@ -69,7 +69,25 @@ To disable tab synchronization, add `sync={false}` to a `` component. ``` -## Properties +## Tabs properties + +These properties are set on the `` wrapper component. + + + The index of the tab to display by default (zero-based). For example, set to `1` to show the second tab on page load. + + + + When `true`, tabs synchronize with other tabs and code groups on the page that have matching titles. Set to `false` to make tabs independent. + + + + Adds a bottom border and padding to the tabs container. Useful to visually separate tabbed content from the rest of the page, especially when tabs contain content of varying lengths. + + +## Tab properties + +These properties are set on each individual `` component. The title of the tab. Short titles are easier to navigate. Tabs with matching titles synchronize their selections. @@ -86,11 +104,3 @@ To disable tab synchronization, add `sync={false}` to a `` component. For Font Awesome icons only: One of `regular`, `solid`, `light`, `thin`, `sharp-solid`, `duotone`, `brands`. - - - When `true`, tabs synchronize with other tabs and code groups on the page that have matching titles. Set to `false` to make tabs independent. - - - - Adds a bottom border and padding to the tabs container. Useful to visually separate tabbed content from the rest of the page, especially when tabs contain content of varying lengths. - From ff92f933c0ef5aa30b7538684014ce521bef5256 Mon Sep 17 00:00:00 2001 From: Ethan Palm <56270045+ethanpalm@users.noreply.github.com> Date: Tue, 17 Mar 2026 10:50:43 -0700 Subject: [PATCH 2/2] Apply suggestion from @ethanpalm --- components/cards.mdx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/components/cards.mdx b/components/cards.mdx index e8ccf04b1..1c7c2a679 100644 --- a/components/cards.mdx +++ b/components/cards.mdx @@ -129,7 +129,3 @@ 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 hover styling. When `true`, the `href` is ignored and the card is not clickable. -