Number input
Themed numeric input with stepper buttons, locale formatting, and min/max/step constraints.
Import
#importAdd the symbol to your component's imports array. The walkthrough below shows the most common usages — copy & tweak.
import { KjNumberInputComponent } from '@kouji-ui/components';Playground
#playgroundstepper layout
<kj-number-input
[(kjValue)]="value"
[kjMin]="0"
[kjMax]="100"
[kjStep]="5"
kjStepperLayout="flanking"
kjAriaLabel="Quantity"
/>