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