DropDown
A basic DropDown component that should render nicely on any platform. Supports a good level of customization.
You can customization DropDown component with the Props
#
Usage#
Reference#
Propshere all the list of Props you can use for DropDown Component
#
data,selectedValue,onChangeValue,typethis 4 props is must for the dropdown component
#
datasend Array of Objects to the data props
#
selectedValueactive values are stored in selectedValue props
#
onChangeValueonChangeValue function props used to change selectedValue props
#
typetype props denotes single select or multiple select
#
type - single#
type - multiple#
buttonColorbuttonColor props used to change button color
#
borderColorborderColor props used to change border color