Skip to main content

Interface: TagGroupProps

Defined in: composites/TagGroup/TagGroup.tsx:123

Props for the TagGroup component.

Extends

  • Omit<RACTagGroupProps, "style" | "children" | "className">

Properties

children?

optional children?: ReactNode

Defined in: composites/TagGroup/TagGroup.tsx:137

Tag children.


label?

optional label?: ReactNode

Defined in: composites/TagGroup/TagGroup.tsx:128

Group label displayed above the tags.


removeLabel?

optional removeLabel?: string

Defined in: composites/TagGroup/TagGroup.tsx:135

Accessible name for each tag's remove button (the icon is the sole carrier of meaning). Documented English fallback, overridable (i18n rule §6.2). Only rendered when the group is removable (onRemove set).

Default

'Remove'