Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pprunty committed Nov 28, 2023
1 parent 647e7cf commit 6737b4b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
9 changes: 0 additions & 9 deletions .idea/react_native_snap_scroll.iml

This file was deleted.

14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,28 @@
# formik-otp-input 🎫

This package extends the [formik]() library with a one-time-password (OTP) input field.
An extension to the [formik]() library, `formik-otp-input` enables OTP (one-time-password)
input for React applications with a configurable number of input values for the password, as well as user configurable
automation for focus, submission and key change handling.

## Installation 💿

Install the package by running:

### npm

```sh
npm install formik-otp-input
```

### yarn

```sh
yarn install formik-otp-input
```

## Demo 🖥️

You can preview a live demo of this component by following this link
A live demo of this component is hosted on GitHub pages and can be previewed by following [this link]().

## Usage 🔨

Expand Down

0 comments on commit 6737b4b

Please sign in to comment.