.date-input
Work with date input
Overview
The .date-input
action is part of the input set in Rhyme. Work with date input.
Category: Input
Area: 👆 User Interaction
Basic Usage
.date-input "Hello, World!"
Parameters
Documentation for this action’s parameters is coming soon.
Examples
Example 1: Basic Usage
.date-input "Hello, World!"
Example 2: With Variables
$my-variable: "some value"
.date-input $my-variable
Tips
- This action is part of the input set
- Common use case: Handling user input and forms
Related Actions
Related actions from the input set will be listed here.