1.0.3 • Published 7 years ago
@mathewparet/vue-pin-input v1.0.3
@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 |