@mathewparet/vue-pin-input
v1.0.3
Published
A Vue.JS PIN input
Readme
@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-inputInitialization
import PinInput from '@mathewparet/vue-pin-input';
Vue.use(PinInput);Usage
<pin-input type="number" v-model="pin">Attribute | Value | Default | Description |
--- | --- | --- | --- |
type | string or number | number | Type of data to accept |
