Wizard

A wizard-style interface to guide users through a journey. You can conditionally skip steps and validate steps before proceeding.

Installation

import { Wizard } from 'uxp/components';

Signature

const Wizard: React.FunctionComponent<IWizardProps>

Properties

Name
Type
Mandatory
Default Value
Example Value

steps

Yes

-

-

completionTitle

string

No

-

-

onComplete

() => Promise

No

-

-

Last updated