Strapi plugin logo for tagsinput

tagsinput

Tagsinput plugin allow you to add custom tags field in your strapi admin panel. This will help you to add multiple tags in your post.

thumbnail for tagsinput

Tagsinput plugin for strapi with suggestions

This plugin is used to add tagsinput in your strapi admin panel. Read more about it at tagsinput guidence.

How to Install

Using npm,

1
npm i strapi-plugin-tagsinput

Using yarn,

1
yarn add strapi-plugin-tagsinput

How to use

After installation, you can add tagsinput as a custom field.

Suggestions for tag

While adding tagsInput, you will see the API URL field.

If you want to use REST API for suggestions, then add your API url in this field.

Notes:

  • If the API domain is different, then a full API URL is required. i.e. http://localhost:1337/api/tags?fields[0]=name (Make sure API CORS are enabled for your strapi domain in this case).
  • Otherwise, add only the path of API i.e /api/tags?fields[0]=name

Showcase

How to use tagsinput?

Issues

If you face any issues, feel free to submit them with detailed information.

Contributing

Feel free to fork and make a Pull Request to this plugin project. All the inputs are warmly welcome!

Show your support ⭐️

Add a star if this project helped you.

Credits

This repository is owned and maintained by the Canopas team. If you are interested in building web apps, plugins or designing products, please let us know. We'd love to hear from you!

Licence

This repository is licenced under MIT.

Install now

npm install strapi-plugin-tagsinput

STATS

26 GitHub stars666 weekly downloads

Last updated

59 days ago

Strapi Version

4.4.0 and above

Author

github profile image for Canopas
Canopas

Useful links

Create your own plugin

Check out the available plugin resources that will help you to develop your plugin or provider and get it listed on the marketplace.