@mathewparet/vue-pin-input
v1.0.3
Published
A Vue.JS PIN input
Downloads
1
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-input
Initialization
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 |