Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 769 Bytes

README.md

File metadata and controls

38 lines (27 loc) · 769 Bytes

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