You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| startIndex | number | Indicate the wizard to start at the given step | ❌ | 0 |
85
85
| header | React.ReactNode | Header that is shown above the active step | ❌ ||
86
-
| footer | React.ReactNode | Footer that is shown below the active stepstep | ❌ ||
86
+
| footer | React.ReactNode | Footer that is shown below the active step| ❌ ||
87
87
| onStepChange | (stepIndex) | Callback that will be invoked with the new step index when the wizard changes steps | ❌ ||
88
88
| wrapper | React.React.ReactElement | Optional wrapper that is exclusively wrapped around the active step component. It is not wrapped around the `header` and `footer`| ❌ ||
89
89
| children | React.ReactNode | Each child component will be treated as an individual step | ✔️ |
0 commit comments