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