.row
element
The .row
action a row element: children will appear underneath. It belongs to the rows category within the layout area.
Action Syntax
This action accepts various parameters. See the examples below for usage patterns.
Valid sizes
tiny
small
medium
large
extra
Styles
.wrapped
wraps row
.row.wrapped "example text"
.scroll
make row a scroller
.row.scroll "example text"
Modifiers
augmentable
The .row
action supports the augmentable
modifier.
Examples
// Basic Usage
.row
// With Styles
// Apply the .wrapped style modifier
.row.wrapped "example text"
Action code: 3410873591
Version: 0.6.4-30
Last updated: 2025-06-13