Skip to content

Commit 9a6a983

Browse files
committed
fix: correct CardFlex default values in documentation
1 parent ae1cee2 commit 9a6a983

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/content/2.essentials/2.customization.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@ use Relaticle\Flowforge\Components\CardFlex;
5757

5858
| Method | Description | Default |
5959
|--------|-------------|---------|
60-
| `wrap(bool $wrap = true)` | Enable/disable wrapping | `false` |
60+
| `wrap(bool $wrap = true)` | Enable/disable wrapping | `true` |
6161
| `justify(string $justify)` | Horizontal alignment | `'start'` |
62-
| `align(string $align)` | Vertical alignment | `'start'` |
62+
| `align(string $align)` | Vertical alignment | `'center'` |
6363

6464
### Real-World Example
6565

0 commit comments

Comments
 (0)