Tags
A list of color-coded labels. The component supports wrapping, several alignment options, custom colors, as well as a consistent color assignment, ensuring that each distinct label is associated with a unique color.
Methods
Method
Description
setValue({value: any, title: string, color: string }[]
sets value for the component
Triggers
Triggers allow you to launch certain actions based on different events.
On Init
Calls for an action on component initialization, e.g., page refresh
On Tag Click
Calls for an action on a tag click
Last updated