Skip to main content

WizardProps

Props for the Wizard component.

Properties

children?

optional children: ReactNode

Content to display for the current step


config

config: WizardConfig

Wizard configuration including steps and optional custom actions


currentStep

currentStep: number

Current step index


disableButton?

optional disableButton: boolean

Whether navigation buttons are disabled


onBackClick?

optional onBackClick: VoidFuncNoParam

Event handler called when the Back button is clicked


onNextClick?

optional onNextClick: VoidFuncNoParam

Event handler called when the Next button is clicked


onSubmit?

optional onSubmit: VoidFuncNoParam

Event handler called when the Submit button is clicked


showSubmitButton?

optional showSubmitButton: boolean

Controls visibility of the Submit button


submitting?

optional submitting: boolean

Whether submit action is in progress