Skip to main content
Version: Next

TagGroup()

Home > @backstage/ui > TagGroup

A component that renders a list of tags.

Signature:

TagGroup: <T extends object>({ items, children, renderEmptyState, ...props }: TagGroupProps<T>) => import("react/jsx-runtime").JSX.Element

Parameters

Parameter

Type

Description

{ items, children, renderEmptyState, ...props }

TagGroupProps<T>

**Returns:**

import("react/jsx-runtime").JSX.Element