vue-pincode-input is a great Pincode input component for Vue.js applications.
pin code input example, javascript pin code, react pin input example, pincode input react, vue pincode input
Features
- Configurable length (number of symbols)
- Override friendly patterns
- Autofocus when filling
- Autofocus on deletion
- Automatic selection of cell content when focusing
- Invitation to the original numeric keypad on mobile phones
- Optional safe mode (password entry type)
- Character preview when typing (configurable duration)
Bootstrap jQuery Plugin for X-Digit Pincode Input Box
How to make use of it:
Install & Download:
npm i --save vue-pincode-input or yarn add vue-pincode-input
Usage
import PincodeInput from 'vue-pincode-input'; // The name can be different depending on your desire
<div class="input-wrapper"> <PincodeInput v-model="code" placeholder="0" /> </div>
<style> div.vue-pincode-input-wrapper { // any styles you want for wrapper } input.vue-pincode-input { // any styles you want for each cell } <style>
Mobile-first Configurable Pin Code Input Component, vue-pincode-input Plugin/Github
See Demo And Download
Official Website(Seokky): Click Here
This superior jQuery/javascript plugin is developed by Seokky. For extra advanced usage, please go to the official website.