Skip to main content

useTagging

Introduction

The useTagging is a custom hook that provides all the functionality to integrate a user-tagging feature in your application. You can use this to implement a custom UI for user-tagging feature.

PropertyTypeDescription
taggingListTag[]List of tags
clearTaggingList() => voidFunction to clear the tagging list
fetchTaggingList(pg?: number) => voidFunction to fetch the tagging list
setTaggingString(str: string | null)=>voidFunction to set the tagging string
fetchMoreTagsboolean Boolean indicating if more tags can be fetched

Example

For example implementation, checkout here