Skip to content

Latest commit

 

History

History
49 lines (35 loc) · 1.21 KB

README.md

File metadata and controls

49 lines (35 loc) · 1.21 KB
Ranger Logo
A simple, lightweight library for Verification Form

About OTPJS

A simple, lightweight library for Verification Form

How to use

Calling File Javascript :

<script src="js/otp.js"></script>

Calling File CSS :

<link rel="stylesheet" href="css/otp.css">

HTML:

<form class="otp">
    <div class="input_fields">
        <input type="number" />
        <input type="number" disabled />
        <input type="number" disabled />
        <input type="number" disabled />
    </div>
    <button type="button">Verify Code</button>
</form>

Demo

Shows an illustrated sun in light mode and a moon with stars in dark mode.