/react-email-token-input

React Email Token Input is small light weight token input form field which replicates gmail like email address input and can be used for email fields.

Primary LanguageJavaScript

React Email Token Input

React Email Token Input is small light weight token input form which replicates gmail like email address input and can be used for email fields.

Demo

Try the Demo.

Features

  • Verifies email address format.
  • Supports pasting of multiple emails. (Should be separated either by , or space.)
  • Pressing backspace highlights the last element and pressing it again will delete the highlighted element.

Installation

  1. Clone this repo.
  2. You need a server to run react properly. Let's create a simple server:
$ npm i -g http-server
  1. Now lets start the server:
$ http-server [path-to-this-repo]

Once the server is running, just visit: http://127.0.0.1:8080/index.html and start typing.

Development

Want to contribute? Great!

Just submit a pull request to this repo.

License

MIT

Free Software, Hell Yeah!

Developed by Ankit Duseja