Skip to main content
Version: Next

TagGroupProps

Home > @backstage/ui > TagGroupProps

Props for the TagGroup component.

Signature:

export interface TagGroupProps<T> extends Omit<ReactAriaTagGroupProps, 'children'>, Pick<ReactAriaTagListProps<T>, 'items' | 'children' | 'renderEmptyState'> 

Extends: Omit<ReactAriaTagGroupProps, 'children'>, Pick<ReactAriaTagListProps<T>, 'items' | 'children' | 'renderEmptyState'>