1.0.2 • Published 2 years ago

react-input-verification-code v1.0.2

Weekly downloads
513
License
MIT
Repository
github
Last release
2 years ago

react-input-verification-code

A verification code input, autocompletion friendly

NPM JavaScript Style Guide

Features

  • Support native autocompletion when receiving a code via SMS
  • Support pasted string (when number)

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';

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

API

Props

KeyTypeDefaultRequiredDescription
autoFocusbooleanfalsefalseFocus on render
lengthnumber4falseHow many items will be rendered
onChangefunction() => {}falseFunction called when the value changes
onCompletedfunction() => {}falseFunction called when the code is completed
placeholderstring·falseString rendered in each item when no value has been typed
valuestring() => {}falseControl internal input value
typetext or passwordtextfalseDisplay the item value or a password mask
passwordMaskstringfalsePassword mask

CSS Properties

The following CSS properties are set globally so you can easily override them to fit your needs

KeyDefaultDescription
--ReactInputVerificationCode-itemWidth4.5remWidth of an item
--ReactInputVerificationCode-itemHeight5remHeight of an item
--ReactInputVerificationCode-itemSpacing1remSpace between two items

License

MIT © ugogo

2.0.0-11

2 years ago

2.0.0-10

2 years ago

2.0.0-6

2 years ago

2.0.0-5

2 years ago

2.0.0-4

2 years ago

2.0.0-3

2 years ago

2.0.0-2

2 years ago

2.0.0-1

2 years ago

2.0.0-0

2 years ago

2.0.0-9

2 years ago

2.0.0-8

2 years ago

2.0.0-7

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago

1.0.0-1

2 years ago

1.0.0-0

2 years ago

0.9.0

2 years ago

0.7.7

2 years ago

0.8.0

2 years ago

0.7.5

2 years ago

0.7.2

3 years ago

0.7.1

3 years ago

0.7.0

3 years ago

0.6.3

4 years ago

0.6.2

4 years ago

0.6.4

4 years ago

0.6.1

4 years ago

0.5.0

4 years ago

0.4.4

4 years ago

0.4.3

4 years ago

0.4.2

4 years ago

0.4.1

4 years ago

0.3.0

4 years ago

0.4.0

4 years ago

0.2.0

4 years ago

0.1.4

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago