Skip to content

Commit 1dfc830

Browse files
docs(react-avatar): Added subcomponents object to the stories (#33753)
1 parent d83ce15 commit 1dfc830

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

packages/react-components/react-avatar/stories/src/AvatarGroup/index.stories.tsx

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { AvatarGroup } from '@fluentui/react-components';
1+
import { AvatarGroup, AvatarGroupItem, Avatar, AvatarGroupPopover } from '@fluentui/react-components';
22

33
import bestPracticesMd from './AvatarGroupBestPractices.md';
44
import descriptionMd from './AvatarGroupDescription.md';
@@ -14,6 +14,11 @@ export { Tooltip } from './AvatarGroupTooltip.stories';
1414
export default {
1515
title: 'Components/AvatarGroup',
1616
component: AvatarGroup,
17+
subcomponents: {
18+
AvatarGroupItem,
19+
Avatar,
20+
AvatarGroupPopover,
21+
},
1722
parameters: {
1823
docs: {
1924
description: {

0 commit comments

Comments
 (0)