Select Box [BottomSheet]

BottomSheet based SelectBox for your Ultra-Modern Mobile UI.

Usage

import {SelectBox} from "react-native-lights";
const SelectBox = () => {
const data =
{
placeholder: 'Select',
label: 'Lorem ipsum ',
}
const options =[
'option1',
'option2',
'option3'
]
return (
<View>
<SelectBox data={data} options={options} />
</View>
);
};

Props

NamelabelTypestringdefault-description Label for the input text box
NameTextBoxStyleTypestyle objectdefault-descriptionCustom style for input Text Box
NameoptionsTypeArraydefault-descriptionArray of options passed in as array
NameplaceholderTypestringdefaultPlaceholderdescriptionPlaceholder text
NameplaceholderColorTypestringdefaultc4c4c4descriptionPlaceholder color