Numeric input spinner/stepper/up-down buttons?

Is there anything like this built into ionic 2? This is for integer numeric fields. Any suggestions for how to accomplish this?

I didn’t find it either.

If the range of numbers is small, you can use the Range component. If not, I guess you have to use the input component with the number type and do the range validations yourself. That’s what I’ve done.

If anyone knows a better solution, please share =D