An open API service indexing awesome lists of open source software.

https://github.com/srph/toy-react-tag-input

:poop: Attempt to make a "tagging" input on ReactJS.
https://github.com/srph/toy-react-tag-input

example react

Last synced: 11 months ago
JSON representation

:poop: Attempt to make a "tagging" input on ReactJS.

Awesome Lists containing this project

README

          

![preview](preview.gif)
# react-tag-input-poc
Attempt to make a "tagging" input on ReactJS.

Based on the basic functions of [jQuery Tag-it](http://aehlke.github.io/tag-it/).

Check the [demo](http://codepen.io/srph/pen/WrPywK).

## Running
```bash
npm install
npm run start
```