An input component for inputting verification codes for [react](https://github.com/facebook/react)
npm install react-vcode-inputAn input component for inputting verification codes for react
!license   !npm forks !npm stars
$ npm i --save react-vcode-input
``js
import VcodeInput from 'react-vcode-input';
autoFocus
onFinished={onValueChange}
inputStyle={{
marginTop: 0,
backgroundColor: "transparent",
marginLeft: "4px"
}}
/>
``
| Property | Type | Description |
| :--------: | :---------------------: | :---------------------------------------: |
| fields | number | Code length |
| autoFocus | bool | Input gets focus automatically |
| onFinished | (value: string) => void | Callback function at the end of all input |
| inputStyle | object | Style of item |
###