1.0.4 • Published 2 years ago

react-pin-widget v1.0.4

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

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago

0.0.13

2 years ago

0.0.12

2 years ago

0.0.11

2 years ago

0.0.10

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago