Ionic2 Custom Picker Component

I’ve seen several people asking for a picker component like IOS UIPickerView to select some custom content, like a list of number ,cities or something else.

So I’ve tried to build a custom picker component that flexible enough to meet these need over the last week.
It’s pretty similar to the datetime component, but you can create custom columns.
Hope it help.

Preview:
Picker with Independent Columns

Try the live demo here: https://github.com/raychenfj/ion-multi-picker

It’s on github ion-multi-picker.
Welcome bug report and contribution, help me improve it.

3 Likes

thanks, i’m using it, but only display three colums, if i want to display more columns, what can i do? how to custom style that apply to these columns.