react-otp-component

1.0.3 • Public • Published

react-otp-component

A fully customizable, one-time password input component for the web built with React.

GIPHY

Installation

To install the latest stable version:

npm install --save react-otp-component

Basic usage:

import React, { Component } from 'react';
import OtpComponent from 'react-otp-component';
 
export default class App extends Component {
  state = {
    otp: '',
  };
 
  onOtpChange = (value) => {
    this.setState({ otp: value });
  }
 
  render() {
    return (
      <div>
        <OtpComponent completeOtpEntered={this.onOtpChange} />
      </div>
    );
  }
}

API

Name
Type Required Default Description
size number false 6 Number of OTP inputs to be rendered.
completeOtpEntered function true console.log Returns OTP code typed in inputs.
autofocus boolean false true It specifies that an element should automatically get focus when the page loads.
border String false 2px solid #00d09c Change border colour of the input box.
width String / Number false 35px Change the width of the otp input box
width String / Number false 40px Change the height of the otp input box

Readme

Keywords

none

Package Sidebar

Install

npm i react-otp-component

Weekly Downloads

2

Version

1.0.3

License

none

Unpacked Size

7.47 kB

Total Files

5

Last publish

Collaborators

  • harshit23