+ {#if stepsName}
{/if}
+
+ {#each steps as step, index}
+ {@const selected = index === currentStepIndex}
+ {@const disabled = index > currentStepIndex && !(index === currentStepIndex + 1 && isStepValid)}
+ {@const fulfilled = index < currentStepIndex}
+
+ - await handleStepSelect(index)}
+ >
+
+
+ {/each}
+
+ {#if stepsDescription}
+
+ {/if}
+
+