Tags should either visualize active user input or invite for a user action.
 Some custom  HTMLvue-html
  copy
<KtTag text="I display Information" isDisabled /> <KtTag label="Label:" text="I have a label" hideActions /> <KtTag hideActions> <code>Some <b>custom</b> HTML via slot</code> </KtTag> <KtTag v-if="showTag" text="You can remove me if you want" @close="showTag = false" />