Tagify
Basic
Suggestions
Users
Countries
CustomLook
Advance
-
Uses Instruction
-
Tagify is delivered primarily via npm.
npm i @yaireo/tagify --save -
Add the following line into the <head> of
each template or page that you want to use Tagify on.
<!-- Tagify CSS --> <link rel="stylesheet" href="./../assets/vendors/@yaireo/tagify/tagify.css"> -
Add the following lines before the
<body> of each template or page that you
want to use Tagify on.
<!-- Tagify JS --> <script src="./../assets/vendors/@yaireo/tagify/jQuery.tagify.min.js"></script> <!-- Tagify Initialize JS --> <script src="./../assets/js/components/selects/tagify-init.min.js"></script> - For full documentation please visit the link: https://github.com/yairEO/tagify