# InputNumber An input for numerical values with a customizable range. ## Key Props - `step`: to set the step value of the InputNumber. - `orientation`: to change the orientation of the InputNumber. - `placeholder`: to set a placeholder text. - `color`: to change the ring color when the InputNumber is focused. - `variant`: to change the variant of the InputNumber. - `size`: to change the size of the InputNumber. - `disabled`: to disable the InputNumber. ## Usage ```vue /> ```