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.