🎉A verification code input for vue 3
npm install vue3-verification-code-input> 🎉A verification code input for vue 3
 

``bash`
npm install --save vue3-verification-code-input
`jsx
:fields="3"
:fieldWidth="56"
:fieldHeight="56"
:required="true"
/>
``
| Key | Type | Desc |
| :---------: | :----: | :-----------------------------: |
| fields | number | The count of characters |
| disabled | bool | Disable the inputs |
| required | bool | require the inputs |
| fieldWidth | number | input width |
| fieldHeight | number | input height |
| title | string | code input title |
| className | string | class name |
| Key | Type | Desc |
| :---------: | :----: | :-----------------------------: |
| change | func | Trigger on character change |
| complete | func | Trigger on all character inputs |
MIT © zlayine