1.0.1 • Published 8 years ago

react-tag-list-editor v1.0.1

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

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.

1.0.1

8 years ago

1.0.0

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago