Skip to content

Wizard

Components2.10.2

Wizard

import Wizard from '@semcore/ui/wizard';
<Wizard />;
typeWizardProps
ModalProps & {...}
PropertyDescription
step*

Active step value

Wizard.Sidebar

import Wizard from '@semcore/ui/wizard';
<Wizard.Sidebar />;
typeWizardSidebarProps
BoxProps & {...}
PropertyDescription
title
React.ReactNode

Sidebar title

Wizard.Step

import Wizard from '@semcore/ui/wizard';
<Wizard.Step />;
typeWizardStepProps
BoxProps & {...}
PropertyDescription
step*

Step value

disabled
boolean

Disabled step

Wizard.Stepper

import Wizard from '@semcore/ui/wizard';
<Wizard.Stepper />;
typeWizardStepperProps
BoxProps & {...}
PropertyDescription
step*

Step value

onActive
((step: WizardStep, e: React.SyntheticEvent) => void) | React.Dispatch

Is invoked when active the step

number
React.ReactNode = incremental value

Stepper number

completed
boolean

Is the step completed

disabled
boolean