Skip to content

Commit

Permalink
Merge branch 'master' into fix/slider-export-vars
Browse files Browse the repository at this point in the history
  • Loading branch information
ValentinaKozlova authored Jan 31, 2025
2 parents f2523c0 + 1dfc830 commit 9ff0861
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { AvatarGroup } from '@fluentui/react-components';
import { AvatarGroup, AvatarGroupItem, Avatar, AvatarGroupPopover } from '@fluentui/react-components';

import bestPracticesMd from './AvatarGroupBestPractices.md';
import descriptionMd from './AvatarGroupDescription.md';
Expand All @@ -14,6 +14,11 @@ export { Tooltip } from './AvatarGroupTooltip.stories';
export default {
title: 'Components/AvatarGroup',
component: AvatarGroup,
subcomponents: {
AvatarGroupItem,
Avatar,
AvatarGroupPopover,
},
parameters: {
docs: {
description: {
Expand Down

0 comments on commit 9ff0861

Please sign in to comment.