0.1.1 • Published 6 years ago

@kyounghwan/verification-input v0.1.1

Weekly downloads
1
License
MIT
Repository
github
Last release
6 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

6 years ago

0.0.9

6 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago

0.1.0

6 years ago