fields
The fields action set provides essential form field components for creating interactive user interfaces. It includes text fields, checkbox fields, radio buttons, select dropdowns, password fields, textboxes, and fieldsets. These components enable developers to build comprehensive forms and data entry interfaces with standardized styling and behavior. Each field type offers appropriate input validation and user interaction patterns for collecting different types of user data.
Area: 🎨 UI & Presentation
Available Actions
This set contains 7 actions:
Getting Started
To use actions from this set in your Rhyme app, you’ll reference them by their full name. For example:
.checkbox-field "Example usage"
Each action has its own specific syntax and parameters - click on any action above to see its detailed documentation.
Common Use Cases
- Creating visual elements and layouts
- Styling and theming your app
- Adding interactive UI components