Skip to content

Wizard

Wizard

jsx
import Wizard from 'intergalactic/wizard';
<Wizard />;
import Wizard from 'intergalactic/wizard';
<Wizard />;

WizardProps

& {...}
NameTypeDescription
stepActive step value

Wizard.Sidebar

jsx
import Wizard from 'intergalactic/wizard';
<Wizard.Sidebar />;
import Wizard from 'intergalactic/wizard';
<Wizard.Sidebar />;

WizardSidebarProps

& {...}
NameTypeDescription
titleReact.ReactNodeSidebar title

Wizard.Step

jsx
import Wizard from 'intergalactic/wizard';
<Wizard.Step />;
import Wizard from 'intergalactic/wizard';
<Wizard.Step />;

WizardStepProps

& {...}
NameTypeDescription
stepStep value
disabledbooleanDisabled step

Wizard.Stepper

jsx
import Wizard from 'intergalactic/wizard';
<Wizard.Stepper />;
import Wizard from 'intergalactic/wizard';
<Wizard.Stepper />;

WizardStepperProps

& {...}
NameTypeDescription
stepStep value
onActive((step: , e: React.SyntheticEvent<>) => void) | React.Dispatch<React.SetStateAction<>>Is invoked when active the step
numberReact.ReactNodeStepper number
completedbooleanIs the step completed
disabledboolean

Released under the MIT License.

Released under the MIT License.