Picker

The Picker component is an interactive UI element that allows users to select a value from a predefined set of options. It can be used for various types of selections. This component enhances user experience by providing an intuitive and efficient way to make selections from a limited set of choices.

Picker

label

ReactElement<any, string | JSXElementConstructor<any>>

name

string

onChange

MouseEventHandler<HTMLLabelElement>

options

PickerOption[]

required

Boolean

value

string