From 05318e4446e132d64b51970ecb5aa719c04085b2 Mon Sep 17 00:00:00 2001 From: dks333 Date: Thu, 8 May 2025 16:40:05 -0700 Subject: [PATCH] add alias for card group -> columns --- components/card-groups.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/card-groups.mdx b/components/card-groups.mdx index b3cfc72a8..ca10fc670 100644 --- a/components/card-groups.mdx +++ b/components/card-groups.mdx @@ -4,7 +4,7 @@ description: 'Show cards side by side in a grid format' icon: 'columns-2' --- -The `CardGroup` component lets you group multiple `Card` components together. It's most often used to put multiple cards in a grid, by specifying the number of grid columns. +The `CardGroup` | `Columns` component lets you group multiple `Card` components together. It's most often used to put multiple cards in a grid, by specifying the number of grid columns.