0.1.1 • Published 4 years ago

@kyounghwan/verification-input v0.1.1

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

react-verification-input

A verification code input

DEMO

https://react-verification-input.netlify.app/

Install

npm install --save @kyounghwan/verification-input
yarn add @kyounghwan/verification-input

Usage

import React from "react";
import { VerficationInput } from "@kyounghwan/verification-input";

export default function App() {
  return <VerficationInput length={6} onChange{value => console.log(value)} placeholder="0"/>;
}

API

Props

KeyTypeDefaultRequiredDescription
lengthnumber4falseHow many items are render
onChangefunctionfalseFunction to receive events
placeholderstring·falseplaceholder

License

MIT © kyounghwan

0.1.1

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago

0.1.0

4 years ago