+
+
+ {stepperSteps.map((step, index) => {
+ const { key, navigation, tooltip, ...rest } = step;
+ const Step = getStepComponent(currentStep, index, !!navigation?.disableCause);
+ return (
+
+ );
+ })}
+
+
+
+
+
+
+
+
+
+
{
+ onPreviousStep();
+ footer.onPrevious?.();
+ }}
+ onNext={() => {
+ onNextStep();
+ footer.onNext?.();
+ }}
+ />
+
+
+