react-tag-list-editor
v1.0.1
Published
Editable list of tag pills.
Downloads
5
Maintainers
Readme
React Tag List Editor
Usage
var TagListEditor = require('react-tag-list-editor').TagListEditor; // ES5
import {TagListEditor} from 'react-tag-list-editor'; // ES6
<TagListEditor tags={['foo', 'bar']}
onInputChange={editedTag => console.log(editedTag)}
onTagsChange={tags => console.log(tags)}/>
License
The code is available under MIT licence.