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.
- Host: GitHub
- URL: https://github.com/srph/toy-react-tag-input
- Owner: srph
- Created: 2016-01-10T19:15:06.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-13T16:46:26.000Z (almost 10 years ago)
- Last Synced: 2025-01-26T17:15:45.299Z (about 1 year ago)
- Topics: example, react
- Language: JavaScript
- Homepage: http://codepen.io/srph/pen/WrPywK
- Size: 35.2 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README

# 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
```