
tagifyJS is a lightweight, standalone JavaScript library that turns text separated by comma into removable tags/tokens. With support for duplicate detection.
How to use it:
Download and add the tagify JavaScript library into your html page.
<script src="tagify.js"></script>
Create an input field with pre-defined tags.
<input class="tagify-me" type="text" value="CSS, JavaScript">
Initialize the tags input and we’re done.
tagifyJS();







