`<templates:row>`
</...>
A layout container which arranges child columns horizontally.
Rows use a 12-column system: each column's width attribute sets how many units it spans, and the widths in a row should sum to 12.
For example, three columns of width 4 give three equal columns.
Rows are responsive and stack columns on mobile.
By default they have no margin and a 1rem gap between columns.
Content
Row must contain at least 1 column tag.
Attributes
- `id`
string
Give this control a unique id. Can be accessed in the client DOM (eg, document.getElementById('myid') or in the server DOM using [? $myid ?] or [? $('myid') ?]).
- `reverseOrderOnMobile`
bool
Reverse Order on Mobile
When set to true, reorders the columns in the row so that the first column is on the bottom on mobile.
- `verticalAlignColumns`
string
Vertical Align Columns
Used to align columns within the row vertically. Accepts same values as CSS align-items