List with tags
The CarbonListComponent supports rendering tags within its data rows. Tags can be typed, changing their color. The TagType type is defined in the Carbon library. To enable this the following steps must be followed:
Add ViewType.TAGS to the column config:
sample.component.ts
Add handler for action:
sample.component.html
This will create a list with tags in a row:

Last updated