--- title: Card Group description: A component used to create card groups that can be used to display multiple cards in a compact and organized way. date: 20-02-2025 --- ## Preview This is an example of card content with columns. This is an example of card content with columns. This is a horizontal card layout. This is a horizontal card layout. ## Props | Prop | Type | Default | Description | | ------------- | -------- | ------- | ------------------------------------------------------- | | `cols` | number | {2} | By default 2 The number of columns per row | ## Output Markdown ```markdown This is an example of card content with columns. This is an example of card content with columns. This is a horizontal card layout. This is a horizontal card layout. ```