VInputNumber

Vunix has a component called VInputNumber that is simply an HTML <input> with prop type='number'

As VInputNumber extend VInputBase you can check all the features of VInputBase here

<VInputNumber name="age" label="My age" placeholder="Type your age"
/>