Number slider custom design

Hello,
we are searching for a number picker with behaviour similar to ionic datetime,
but (see image):

  1. must not be in a modal view
  2. must show only prev e and next number and they should be smaller.

We are trying to make a widget modifiing datetime or using ionic slide,

Someone knows a plugin or has an idea?

Thanks a lot!

1 Like

Hy @RoMark we have the same identical requirement!

Our stubborn graphic strongly pretended to have a selector just like that…

So we have implemented that using ion-slides with properties: direction=“vertical” centeredSlides=“true” slidesPerView=“3” and with effect=“coverflow” and the result is pretty decent.

I don’t know if it’s the best way to resolve that or there’s some angular2 plugin covering that feature…

Anybody knows???