UNPKG

ngx-otp-pin

Version:

A reusable, standalone Angular OTP input component supporting multiple character types, automatic focus movement, and style customization from the parent.

42 lines 810 B
{ "name": "ngx-otp-pin", "version": "0.0.4", "peerDependencies": { "@angular/common": "^19.2.0", "@angular/core": "^19.2.0" }, "dependencies": { "tslib": "^2.3.0" }, "sideEffects": false, "license": "MIT", "keywords": [ "angular", "otp", "otp-input", "otp-component", "pin-input", "2fa", "one-time-password", "ngx", "angular-component", "standalone-component", "ng-otp", "otp verification", "angular otp form", "custom input", "input masking", "angular form input" ], "module": "fesm2022/ngx-otp-pin.mjs", "typings": "index.d.ts", "exports": { "./package.json": { "default": "./package.json" }, ".": { "types": "./index.d.ts", "default": "./fesm2022/ngx-otp-pin.mjs" } } }