KasyKasy

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 of KasyTagData (label, prefixIcon, enabled)
  • selectionMode: none, single, or multiple (default) — controls how selected/onSelectionChanged behave
  • selected / onSelectionChanged: the set of selected indices and its callback
  • onRemove: when set, every tag gets an × that calls this callback with its index
  • maxVisible: caps how many tags show; the rest collapse into a "+N" tag
  • variant / size: forwarded to each KasyTag (KasyTagVariant, KasyTagSize)
  • label / required / description / errorText / isInvalid: the kit's standard form fields

Last updated on 08/23/2026

On this page