.text-field
Work with text field
Overview
The .text-field
action is part of the fields set in Rhyme. Work with text field.
Category: Fields
Area: 🎨 UI & Presentation
Basic Usage
.text-field "Hello, World!"
Parameters
Documentation for this action’s parameters is coming soon.
Examples
Example 1: Basic Usage
.text-field "Hello, World!"
Example 2: With Variables
$my-variable: "some value"
.text-field $my-variable
Tips
- This action is part of the fields set
- Common use case: Creating visual elements and layouts
Related Actions
Related actions from the fields set will be listed here.