Tagify
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 DocumentationUsage
CSS
Copy-paste the stylesheet <link>
into your
<head>
to load the CSS.
<link rel="stylesheet" href="../node_modules/@yaireo/tagify/dist/tagify.css">
Js
Copy-paste the following <script>
and
Function
near the end of your pages.
<script src="../node_modules/@yaireo/tagify/dist/tagify.min.js"></script>
Basic examples
<form>
<input name='tags' value='jquery, bootstrap' autofocus>
</form>