codebox component for react
npm install @jeff-tian/react-codebox> 验证码输入框的 React 实现.

``bash`
yarn add @jeff-tian/react-codebox
或者
`bash`
npm i @jeff-tian/react-codebox --save
`jsx harmony
import React, { Component } from "react";
import Codebox from "@jeff-tian/react-codebox";
class App extends Component {
render() {
return (
The MIT License