Common UI Components
Button
Standard push button used for actions.
Toggle Switch
A binary on/off control.
Off
Slider
Adjust a numeric value within a range.
Text Input
Single-line text entry field.
Combo Box
Dropdown list for selection.
Component Guidelines
All UI components should follow the Windows design language: use the Segoe UI typeface, maintain consistent padding, and ensure accessibility compliance.
- Buttons: Minimum touch target of 44 × 44 dp.
- Toggle Switches: Use clear “On”/“Off” states and provide ARIA labels.
- Sliders: Provide real‑time value feedback.
- Text Inputs: Include descriptive placeholder or label.
- Combo Boxes: Show selected item and allow keyboard navigation.