Picker
Picker is a modal with options that you can choose 1 selection
 

Usage#
Properties#
| props | required | value | Default Value | 
|---|---|---|---|
| placeholder | Yes | string | |
| value | Yes | stringnull | false | 
| onValueChange | Yes | (newValue: string) => void | null) => void` | 
| items | Yes | [{label: string, value:string}] | |
| disabled | No | boolean | false | 
| backgroundColor | No | string | #ffffff | 
| borderColor | No | string | #d8d8d8 | 
| borderWidth | No | number | 1 | 
| borderRadius | No | number | 8 | 
| selectionBackgroundColor | No | string | #ffffff | 
| selectionBorderRadius | No | number | 8` | 
| iconColor | No | string | #939393 | 
| labelColor | No | string | #000000 | 
| closeIconColor | No | string | #FF3F35 | 
| labelSize | No | h1h2h3xllgmdsm | lg | 
| placeholderSize | No | h1h2h3xllgmdsm | md | 
| placeholderColor | No | string | #939393 |