react-otp-box
v0.0.1
Published
Made with create-react-library
Downloads
6
Readme
react-otp-box
Made with create-react-library
Install
npm install --save react-otp-box
Usage
import React, { Component } from 'react'
import MyComponent from 'react-otp-box'
import 'react-otp-box/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}
License
MIT © user9747