Skip to main content

Interface: WizardStepProps

Defined in: composites/Wizard/Wizard.tsx:431

Props for WizardStep.

Extends

  • Omit<React.HTMLAttributes<HTMLDivElement>, "style" | "className">

Indexable

[key: string]: HTMLAttributes<HTMLDivElement>

[key: number]: HTMLAttributes<HTMLDivElement>

[key: symbol]: HTMLAttributes<HTMLDivElement>

Properties

aria-label?

optional aria-label?: string

Defined in: composites/Wizard/Wizard.tsx:438

Optional accessible label for this step (rendered as aria-label).


children?

optional children?: any

Defined in: composites/Wizard/Wizard.tsx:440

Step body — freeform content (fields, descriptions, media).