Data input

Number input

Themed numeric input with stepper buttons, locale formatting, and min/max/step constraints.

03

Import

#import

Add the symbol to your component's imports array. The walkthrough below shows the most common usages — copy & tweak.

import { KjNumberInputComponent } from '@kouji-ui/components';
Loading editor
04

Playground

#playground
stepper layout
<kj-number-input
  [(kjValue)]="value"
  [kjMin]="0"
  [kjMax]="100"
  [kjStep]="5"
  kjStepperLayout="flanking"
  kjAriaLabel="Quantity"
/>