Skip to content

Wizard

Wizard

jsx
import Wizard from '@semcore/ui/wizard';
<Wizard />;

NSWizard.Props

& {...}
NameTypeDescription
step Active step value
localestring Specifies the locale for i18n support

Wizard.Sidebar

jsx
import Wizard from '@semcore/ui/wizard';
<Wizard.Sidebar />;

NSWizard.Sidebar.Props

& {...}
NameTypeDescription
title Sidebar title

Wizard.Stepper

jsx
import Wizard from '@semcore/ui/wizard';
<Wizard.Stepper />;

NSWizard.Stepper.Props

& {...}
NameTypeDescription
step Ordered step position from 0
onActive((step: , e: | ) => void) | Is invoked when active the step
number Stepper number
completedboolean Is the step completed
disabledboolean Disables interaction with the stepper

Wizard.Step

jsx
import Wizard from '@semcore/ui/wizard';
<Wizard.Step />;

NSWizard.Step.Props

& {...}
NameTypeDescription
step Ordered step position from 0
disabledboolean Disabled step

Wizard.StepTitle

jsx
import Wizard from '@semcore/ui/wizard';
<Wizard.StepTitle />;

NSWizard.StepTitle.Props

Wizard.Content

jsx
import Wizard from '@semcore/ui/wizard';
<Wizard.Content />;

NSWizard.Content.Props

& {...}
NameTypeDescription
noSidebarboolean Renders wizard content container with border-radius on the left side

Wizard.StepBack

jsx
import Wizard from '@semcore/ui/wizard';
<Wizard.StepBack />;

NSWizard.StepBack.Props

& {...}
NameTypeDescription
onActive((step: , e: ) => void) | Callback invoked when navigating to the previous step
stepNamestring Step name being navigated to

Wizard.StepNext

jsx
import Wizard from '@semcore/ui/wizard';
<Wizard.StepNext />;

NSWizard.StepNext.Props

& {...}
NameTypeDescription
onActive((step: , e: ) => void) | Callback invoked when navigating to the next step
stepNamestring Step name being navigated to

Released under the MIT License.

Released under the MIT License.