.row
Work with row
Overview
The .row
action is part of the rows set in Rhyme. Work with row.
Category: Rows
Area: 📐 Layout
Basic Usage
.row "Hello, World!"
Parameters
Documentation for this action’s parameters is coming soon.
Examples
Example 1: Basic Usage
.row "Hello, World!"
Example 2: With Variables
$my-variable: "some value"
.row $my-variable
Tips
- This action is part of the rows set
- Common use case: Arranging UI elements
Related Actions
Related actions from the rows set will be listed here.