1.0.3 • Published 5 years ago

@mathewparet/vue-pin-input v1.0.3

Weekly downloads
4
License
MIT
Repository
github
Last release
5 years ago

@mathewparet/vue-pin-input

A Vue.JS PIN input. This data entered will be masked like a password.

Installation

# install
npm install @mathewparet/vue-pin-input

Initialization

import PinInput from '@mathewparet/vue-pin-input';
Vue.use(PinInput);

Usage

	<pin-input type="number" v-model="pin">
AttributeValueDefaultDescription
typestring or numbernumberType of data to accept