Properties
| Name | Type | Required | Description |
|---|---|---|---|
| id | string | Yes | Unique identifier for the component |
| children | string[] | No | Array of child component IDs |
| gap | string | No | Spacing between children(default: md) |
| justify | 'start' | 'center' | 'end' | 'between' | No | Horizontal distribution(default: start) |
| wrap | boolean | No | Allow items to wrap to next line(default: false) |
Examples
Basic Row
A simple horizontal layout with buttons
Preview
json
Centered Row
Row with centered content and badges
Preview
json