Home > @uniformdev/design-system > useStackedModal
useStackedModal() function
Hook to access the stacked modal navigation context. Provides the current step, total steps, navigation direction, and functions to navigate between steps.
Signature:
Returns:
StackedModalContextValue
Exceptions
If used outside of a <StackedModal> component tree.