Function: Wizard()
Wizard(
props):Element
Defined in: Wizard.tsx:55
Renders a multi-step wizard with step navigation, localized action labels, and support for completion, cancellation, and step changes.
Parameters
| Parameter | Type | Description |
|---|---|---|
props | WizardProps | Wizard configuration and step content. |
Returns
Element