WizardProps
Props for the Wizard component.
Properties
children?
optionalchildren: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?
optionaldisableButton:boolean
Whether navigation buttons are disabled
onBackClick?
optionalonBackClick:VoidFuncNoParam
Event handler called when the Back button is clicked
onNextClick?
optionalonNextClick:VoidFuncNoParam
Event handler called when the Next button is clicked
onSubmit?
optionalonSubmit:VoidFuncNoParam
Event handler called when the Submit button is clicked
showSubmitButton?
optionalshowSubmitButton:boolean
Controls visibility of the Submit button
submitting?
optionalsubmitting:boolean
Whether submit action is in progress