Data input

Input otp

Themed OTP input with N cells, paste distribution, auto-submit, masking, and visual separators.

03

Import

#import

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

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

Playground

#playground
length
charset
<kj-input-otp
  [kjLength]="6"
  kjCharSet="digits"
  kjAriaLabel="Verification code"
/>