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 } |
import("react/jsx-runtime").JSX.Element