Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions components/cards.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -129,3 +129,7 @@ Use the [Columns component](/components/columns) to organize multiple cards side
<ResponseField name="arrow" type="boolean">
Show or hide the link arrow icon.
</ResponseField>

<ResponseField name="disabled" type="boolean">
Disable the card link and CTA button. When `true`, the card is not clickable and the CTA button is disabled.
</ResponseField>
Loading