Interface: TagGroupProps
Defined in: composites/TagGroup/TagGroup.tsx:123
Props for the TagGroup component.
Extends
Omit<RACTagGroupProps,"style"|"children"|"className">
Properties
children?
optionalchildren?:ReactNode
Defined in: composites/TagGroup/TagGroup.tsx:137
Tag children.
label?
optionallabel?:ReactNode
Defined in: composites/TagGroup/TagGroup.tsx:128
Group label displayed above the tags.
removeLabel?
optionalremoveLabel?: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'