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
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -84,6 +84,7 @@ Example: pass a footer component that contains a "previous" and "next" button to
84
84
| 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
86
| footer | React.ReactNode | Footer that is shown below the active stepstep | ❌ ||
87
+
| onStepChange | (stepIndex) | Callback that will be invoked with the new step index when the wizard changes steps | ❌ ||
87
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`| ❌ ||
88
89
| children | React.ReactNode | Each child component will be treated as an individual step | ✔️ |
0 commit comments