v14.2.0

Playroom

Github

Wizard

View Source

Finish
Copy
Edit

This is step number 1.

This is step number 2.

This is step number 3.

This is step number 4.

This is step number 5.

This is step number 6.

This is step number 7.

This is step number 8.

This is step number 9.

This is step number 10.

This is step number 11.

This is step number 12.

This is step number 13.

This is step number 14.

This is step number 15.

This is step number 16.

Cancel
Finish
Copy
Edit

Props

backButtonPropsObject

Pass props to the back button.

Pass props to all Button components in the footer.

Pass props to the cancel button.

Pass props to the Button components.

The initial payload state.

Pass props to the next button.

nextButtonTitle(props: { activeStepIndex: number, steps: Array<string>, totalSteps: number, }) => null

Determines what the next button title displays.

onCancelFunction

Creates a cancel button for canceling a process from the first step.

onSubmit(payload: Object, complete: () => null) => null

Called when the Done button is pressed on the last view. Passes back the payload state as well as an option complete callback to revert the button spinner back to normal.

renderProgress(props: { activeStepIndex: Number, steps: Array<string>, totalSteps: number, }) => null

Provide a custom progress component to render in place of StepperProgress.

  • Props
PreviousToolbarNextAvatar