Tags
Overview
A list of color-coded labels. The component supports wrapping, several alignment options, and custom colors, as well as consistent color assignment ensuring that each distinct label is associated with a unique color.

Properties
Name
Type
Description
name
string
Component name
Methods
Name
Parameters
Returns
Description
setValue
options: string | string[] | { value: any; title: string;
color: string }[]
void
Set component value
Triggers
Name
Description
On Init
Triggered when the component is initialized
On Tag Click
Triggered when a tag is clicked
Last updated
Was this helpful?