Row
Element type: Dictionary
Availability: 3.1.0+
Places its children side by side on a single line, instead of stacking them vertically like a container does. Use it for a two-column layout, an icon next to a paragraph, or a grid of Cards.
Keys
| Name | Type | Possible values | Required |
|---|---|---|---|
| Type | String | Row | Required |
| Components | Array | - | Required |
| Width | Number | - | |
| Alignment | String | Left, Center, Right | |
| Margins | Dictionary (Margins) | - | |
| Border | Dictionary (Border) | - | |
| Condition PRO | String (Condition) | - |
Detail
Type Required
Type: String
Explanation: The type of the component which has to be Row.