luna-otp-input
v0.1.1
Published
One time password input
Readme
Luna Otp Input
One time password input.
Demo
https://luna.liriliri.io/?path=/story/otp-input
Install
Add the following script and style to your page.
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/luna-otp-input/luna-otp-input.css" />
<script src="//cdn.jsdelivr.net/npm/luna-otp-input/luna-otp-input.js"></script>You can also get it on npm.
npm install luna-otp-input --saveimport 'luna-otp-input/luna-otp-input.css'
import LunaOtpInput from 'luna-otp-input'Configuration
- inputNum(number): Number of inputs.
Api
getValue(): string
Get otp value.
