Input & Interaction Widgets
Widgets that enable user input and interaction with the application.
Overview
Input & Interaction widgets allow users to provide input, make selections, and interact with your app. These widgets handle forms, buttons, and various input controls.
Categories
Form Inputs
Text Form Field - Single-line and multi-line text input
Pin Field - Numeric PIN code input
Range Slider - Numeric range selection
Selection Controls
Check Box - Binary selection (checked/unchecked)
Switch - Toggle switch for on/off states
Calendar - Date selection interface
Interactive Elements
Button - Action buttons with various styles
State Container - Container that manages internal state
Feedback & Status
Timer - Time-based interactions and displays
Last updated