1.0.3 • Published 5 years ago

tagplug v1.0.3

Weekly downloads
9
License
ISC
Repository
-
Last release
5 years ago

tagplug

TAGPLUG is a javascript plugin for making tag input.

Installation

Use the package manager npm to install tagplug.

npm i tagplug

Usage

<input type="text" id="tag-input1">
var tagInput1 = new TagsInput({
        selector: 'tag-input1',
        duplicate : false,
        max : 10
    });

Github Repo

tagplug

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

Demo

Demo