Input Controls
Input controls allow users to interact with and provide data to applications. These components facilitate user actions, selections, and data entry across digital interfaces.
Button
A clickable UI element that triggers an action when activated. Serves as a primary interaction point for user input.
Slider
An interactive control allowing users to select a value or range by dragging a handle along a track.
Date Picker
A specialized input control that allows users to select a date from a calendar interface.
Text Input
A field that allows users to enter and edit text. Can be single-line or multi-line (textarea).
Quantity Stepper
A quantity input control that allows users to increment or decrement a value with plus and minus buttons.
Dropdown Select
A form control that presents a menu of options when clicked. Allows users to make a single selection from multiple choices.
Toggle Switch
A visual control that allows users to toggle between two states, typically on/off, with a sliding action.
Color Picker
A specialized input control allowing users to select a color value visually. Provides various interfaces for color selection including sliders, swatches, and hex input.
File Upload
A component for selecting and uploading files, supporting both button-based selection and drag-and-drop functionality.
Search Field
A specialized input component designed for search functionality, featuring a search icon, clear button, and optimized for search interactions.
Rating
An interactive component that allows users to provide a rating on a numeric scale, often visualized as stars, hearts, or other symbols.