render_grid
Render multiple UI components in a grid layout to compare them side-by-side. Returns a single image of the combined components.
Instructions
Render multiple code snippets in a grid layout and return a single combined image. Use this to compare components side-by-side (e.g. design system overview, theme comparison).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cells | Yes | Array of cells to render in the grid | |
| framework | No | Framework | react |
| columns | No | Number of columns in the grid | |
| cellWidth | No | Width of each cell (px) | |
| cellHeight | No | Height of each cell (px) |