npm.io
1.0.1 • Published 10 years ago

react-tag-list-editor

Licence
MIT
Version
1.0.1
Deps
3
Vulns
0
Weekly
0
Stars
3

React Tag List Editor

npm version

Live Demo

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.