You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Establishes a context, and only renders the `activeStep` (managed internally, or provided with the `activeStep` prop). Accepts a `DeleteWizard.Header` and any number of `DeleteWizard.Step`s as children.
62
+
63
+
`DeleteWizard` and all sub-components include template styling.
64
+
65
+
### DeleteWizard.Header
66
+
67
+
A convenience wrapper around `CanvasHeader`
68
+
69
+
### DeleteWizard.Step
70
+
71
+
A convenience wrapper around `Wizard.Step` to ensure the correct context.
72
+
Like the basic `Wizard.Step`, of `requiresAcknowledgement` is true, the step must have `isAcknowledged` set in context, (or passed in as a controlled prop) for the Footer's primary button to be enabled. (see the Wizard and DeleteWizard demos in Storybook)
73
+
74
+
### DeleteWizard.StepContent
75
+
76
+
A styled `div` for use inside a `DeleteWizard.Step` to ensure proper page scrolling and footer positioning
77
+
78
+
### DeleteWizard.Footer
79
+
80
+
A wrapper around Wizard.Footer with embedded styles for the DeleteWizard template
0 commit comments