react-simple-tags-input
v0.0.3
Published
A simple react input for tags
Downloads
6
Readme
react-simple-tags-input
Installation
npm i react-simple-tags-input --save
Demo
http://koliseoapi.github.io/react-simple-tags-input
Usage
<TagsInput
tags={['Apple', 'Orange']} // initial values, if any
/>
Check index.js for a working example.
Development
- npm install
- npm test
- npm run deploy
License
Licensed under the MIT license