WheelPickerA customizable WheelPicker component
- UX Guidelines
- Dev
UsageCode Example
<WheelPicker
items={[{label: 'Yes', value: 'yes'}, {label: 'No', value: 'no'}, {label: 'Maybe', value: 'maybe'}]}
initialValue={'yes'}
onChange={() => console.log('changed')}
/>
APIThis is the list of additional props for the component