Back to Fluentui

PresenceGroupDescription

packages/react-components/react-motion/stories/src/PresenceGroup/PresenceGroupDescription.md

4.40.2-hotfix2517 B
Original Source

PresenceGroup is a component that manages a set of components created with createPresenceComponent() in a list. PresenceGroup is a state machine for managing the mounting and unmounting of components over time.

Note: PresenceGroup does not define motions.

It only manages the mounting and unmounting of components. You must use createPresenceComponent() to define the motions for each component. This allows you to mix and match different motions for different components in the same PresenceGroup.