InputNumber Engine Primitive

v1.0.0

A number input with increment and decrement buttons.

Interactive Implementation

Click and hold the buttons to change the value.

RAW_NUMERIC_OUT: 1.5

Properties API

All available props for this component.

Property
Type
Default
Description
valuenumberundefinedThe active numeric value hook bound to input operations.
onChange(value: number | undefined) => voidundefinedState callback function tracking valid key selections and step changes.
minnumber-InfinityThe minimum numeric threshold past which decrements are frozen.
maxnumberInfinityThe maximum numeric threshold past which increments are frozen.
stepnumber1The incremental value multiplier added or deducted during steps operations.
disabledbooleanfalseFreezes calculation interactions and drops container layout transparencies.
© 2026 Venti UI Labs. UI made right.