Home > @uniformdev/design-system > StackedModal

StackedModal variable

A modal component that supports multi-step content with sliding transitions. Each child should be a StackedModalStep component that defines its own header, content, and button group.

Use the useStackedModal hook inside step content to navigate between steps.

Signature:

Example

<> <StepTwoContent /> </StackedModalStep> </StackedModal>