random-verification-code
v1.0.3
Published
```javascript <VerificationCode width={xx} height={xx} onRef={(f) => this.verificationCodeRef = f} // 组件内部使用变存储 > ```
Readme
基于Canvas 实现的随机4位数验证码.
<VerificationCode
width={xx}
height={xx}
onRef={(f) => this.verificationCodeRef = f} // 组件内部使用变存储
>