Transforms an input field or a textarea into a Tags component, in an easy, customizable way, with great performance and small code footprint, exploded with features.
Tagify DocumentationCopy-paste the stylesheet <link> into your
<head> to load the CSS.
<link rel="stylesheet" href="../node_modules/@yaireo/tagify/dist/tagify.css">
Copy-paste the following <script> and
Function near the end of your pages.
<script src="../node_modules/@yaireo/tagify/dist/tagify.min.js"></script>
<form>
<input name='tags' value='jquery, bootstrap' autofocus>
</form>