Pin input

Pin input component only comes in 1 variant

Usage

Note: ensure Tailwind CSS has been setup
<!-- Pin input --><div className="kf-pin-input">
<input type="password" maxLength={1}/>
<input type="password" maxLength={1}/>
<input type="password" maxLength={1}/>
<input type="password" maxLength={1}/>
</div>
Next: Radio