Skip to content

Commit e1a5391

Browse files
authored
add description to TagGroup (#3731)
1 parent 0bbceb4 commit e1a5391

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/@react-spectrum/tag/src/TagGroup.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,5 +100,6 @@ function TagGroup<T extends object>(props: SpectrumTagGroupProps<T>, ref: DOMRef
100100
);
101101
}
102102

103+
/** Tags allow users to categorize content. They can represent keywords or people, and are grouped to describe an item or a search request. */
103104
const _TagGroup = React.forwardRef(TagGroup) as <T>(props: SpectrumTagGroupProps<T> & {ref?: DOMRef<HTMLDivElement>}) => ReactElement;
104105
export {_TagGroup as TagGroup};

0 commit comments

Comments
 (0)