Input Number

Display and edit numbers with increment and decrement buttons.

Loading...

Usage

import { InputNumber } from "@aqqo/aqqo-ui";
<InputNumber />

Example

Disabled

Loading...

Allow negative

Loading...
<InputNumber min={-100} max={100} />

With custom step

Loading...
import { InputNumber } from "@aqqo/aqqo-ui";
<InputNumber step={10} min={0} max={100} />