Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

react-input-verification-code

Package Overview
Dependencies
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-input-verification-code

A verification code input, autocompletion friendly

Source
npmnpm
Version
0.2.0
Version published
Weekly downloads
6.9K
-5.6%
Maintainers
1
Weekly downloads
 
Created
Source

react-input-verification-code

A verification code input, autocompletion friendly

NPM JavaScript Style Guide

Examples

Install

npm install --save react-input-verification-code
yarn add react-input-verification-code

Usage

import * as React from 'react';
import ReactInputVerificationCode from 'react-input-verification-code';
import 'react-input-verification-code/dist/index.css';

export default function App() {
  return <ReactInputVerificationCode />;
}

API

KeyTypeDefaultDescription
lengthnumber4How many items will be rendered
placeholderstring·String rendered in each item when no value has been typed

License

MIT © ugogo

Keywords

react

FAQs

Package last updated on 21 Jun 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts