1.0.4 • Published 11 months ago

react-pin-widget v1.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

React Pin Widget

An easy to use Pin Component for React.


Installation

Using npm:

npm i --save react-pin-widget

Using yarn:

yarn add react-pin-widget

Usage

import ReactPin from 'react-pin-widget'

Properties

<ReactPin type='alphabet'/>

Values accepted

Used to style pin inputs

emits and event on every key input.

const fillHandler = (val) => {
  console.log(val)
}

<ReactPin onFill={fillHandler}/>

Demo

https://react-components-playground.vercel.app/react-pin

Author: github.com/M-Blaze
Link to package: https://www.npmjs.com/package/react-pin-widget
Link to repository: https://github.com/M-Blaze/react-pin-widget

1.0.4

11 months ago

1.0.3

11 months ago

1.0.2

11 months ago

1.0.1

11 months ago

1.0.0

11 months ago

0.0.13

11 months ago

0.0.12

11 months ago

0.0.11

11 months ago

0.0.10

11 months ago

0.0.9

11 months ago

0.0.8

11 months ago

0.0.7

11 months ago

0.0.6

11 months ago

0.0.5

11 months ago

0.0.4

11 months ago

0.0.3

11 months ago

0.0.2

11 months ago