UNPKG

ngx-otp-pin-input

Version:

An Angular library for OTP input fields, providing a customizable and user-friendly way to handle one-time passwords.

15 lines (14 loc) 330 B
export interface OtpInputConfig { length?: number; className?: string; style?: { width?: number; height?: number; fontSize?: number; spacing?: number; borderWidth?: number; borderRadius?: number; borderColor?: string; borderFocusColor?: string; }; }