UNPKG

wts-otp

Version:

An Angular library that simplifies the integration of OTP (One-Time Password) input fields into your Angular applications. This library offers customizable and secure OTP input components to enhance user authentication experiences.

8 lines (7 loc) 186 B
export interface IOptions { borderOn?: 'top' | 'bottom' | 'left' | 'right' | 'all-side'; digits?: number; placeholder?: string; type?: string; autofocus?: boolean; }