Input component to put verification code Component
npm install @kyounghwan/verification-inputA verification code input
https://react-verification-input.netlify.app/
``bash`
npm install --save @kyounghwan/verification-input
`bash`
yarn add @kyounghwan/verification-input
`jsx
import React from "react";
import { VerficationInput } from "@kyounghwan/verification-input";
export default function App() {
return
}
`
| Key | Type | Default | Required | Description |
| ----------- | ---------- | ------- | -------- | -------------------------- |
| length | number | 4 | false | How many items are render |function
| onChange | | | false | Function to receive events |string
| placeholder | | ·` | false | placeholder |
MIT © kyounghwan