--- title: Card Group description: This section previews the Card Group component. date: 20-02-2025 --- I have implemented the `card group` component into markdown which is ready to use. ## 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 | ## Code ```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. ```