Home > @uniformdev/design-system > StackedModalStep

StackedModalStep() function

Defines a single step inside a StackedModal.

Renders a scrollable content area and an optional bottom button group. The header prop is read by the parent StackedModal and displayed in the modal header row with a matching slide animation.

Signature:

Parameters

ParameterTypeDescription
{ children, buttonGroup }StackedModalStepProps

Returns:

_emotion_react_jsx_runtime.JSX.Element

Example

<> <FormFields /> </StackedModalStep>