SMS code input component for Vue2
npm install sms-code-input 


sms-code-input is a dependency-free, lightweight vue component that can be overwrited by yourself.
When you use it, you need to wrapper this component by an exact size container or element. (e.g: use div with definitely width)
vue create demo
`
$3
`
cd demo
npm install sms-code-input
`Example
`
npm run serve
`
`vue
:digits="counts"
:color="color"
:styles="styles"
@change="onInputChange"
@complete="onInputComplete"
>
``