Input Components

Components for collecting user input in various formats.

Button
stable
Trigger actions and events with a click or tap.
Input
stable
Captures text input from the user.
Checkbox
stable
Allows users to select one or more items from a set.
Radio Group
stable
Allows users to select a single option from a set.
Select
stable
Displays a list of options for the user to pick from.
Slider
stable
Allows users to make selections from a range of values.
Switch
stable
Toggles between on and off states.
Textarea
stable
Captures multi-line text input from the user.