Skip to content

TagItem

TagItem Properties

Property Type Required
Color enum Optional
Style TagItemClass Optional
Text string Optional

Color

Only these 8 colors are available for tags. By default if no color is defined, tag color will be grey.

  • type: enum

The value of this property must be equal to one of the known values below.

Color Known Values

Value Description
Red
Blue
Green
Pink
Indigo
Mango
Teal
Grey

Style

The string value is a style class name for the tag label. Style has priority over Color if both are defined.


Text

Label text for tag

  • type: string