0.0.3 • Published 7 years ago
react-simple-tags-input v0.0.3
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