How to display a number pad

I am new to ionic framework and I would like to know is there any widget type component which can be used to display a number pad in my app, as shown in image? Or we have to implement it manually.

I would like to use this number pad instead of device keyboard to enter some value.

please help.

Try <input type="tel">

This is something you would have to build, but it’s not too hard.

Thanks mhartington for clarifying the thing that I have to implement it manually.

How do you hide the device keyboard (iOS) and show your custom number pad instead?

@gigocabrera you can simply use the Cordova keyboard plugin already included in ionic to hide the keyboard at particular screen.