1.0.1 • Published 10 years ago

react-tag-list-editor v1.0.1

Weekly downloads
3
License
MIT
Repository
github
Last release
10 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

10 years ago

1.0.0

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago