update documentations
This commit is contained in:
@@ -4,8 +4,6 @@ description: A component used to create card groups that can be used to display
|
||||
date: 20-02-2025
|
||||
---
|
||||
|
||||
The CardGroup component is a component used to create card groups that can be used to display multiple cards in a compact and organized way.
|
||||
|
||||
## Preview
|
||||
|
||||
<CardGroup cols={2}>
|
||||
@@ -27,9 +25,9 @@ The CardGroup component is a component used to create card groups that can be us
|
||||
|
||||
| Prop | Type | Default | Description |
|
||||
| ------------- | -------- | ------- | ------------------------------------------------------- |
|
||||
| `cols` | `number` | `{2}` | By default 2 The number of columns per row |
|
||||
| `cols` | number | {2} | By default 2 The number of columns per row |
|
||||
|
||||
## Code
|
||||
## Output Markdown
|
||||
|
||||
```markdown
|
||||
<CardGroup cols={2}>
|
||||
|
||||
Reference in New Issue
Block a user