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