create_card_grid
Generate a card grid with defined columns, uniform spacing, and alignment from card data including title, description, icon, and accent color.
Instructions
Create a grid of cards with proper spacing and alignment.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| columns | No | Number of columns (default: 3) | |
| cards | No | Card data: [{ title, description, icon }] | |
| brandColor | No | Accent color | |
| parentId | No | Parent node |