Tag Group
Live preview and documentation for the Tag Group component.
Preview
componentPreview.loading
About
A list of KasyTags with a label, optional selection, removal, an overflow counter, and help/error text — composed from the kit's form primitives (KasyLabel, KasyDescription, KasyFieldError).
tags: a list ofKasyTagData(label,prefixIcon,enabled)selectionMode:none,single, ormultiple(default) — controls howselected/onSelectionChangedbehaveselected/onSelectionChanged: the set of selected indices and its callbackonRemove: when set, every tag gets an × that calls this callback with its indexmaxVisible: caps how many tags show; the rest collapse into a "+N" tagvariant/size: forwarded to eachKasyTag(KasyTagVariant,KasyTagSize)label/required/description/errorText/isInvalid: the kit's standard form fields
Last updated on 08/23/2026

