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
@@ -77,9 +88,9 @@ Wraps all the content that will be conditionally shown when the step is active.
77
88
78
89
#### Props
79
90
##### `path`: string
80
-
Unique string for each component, if `routed`, this will be used as the path in the URL.
91
+
Unique key for each step.
81
92
##### `name`: string *(optional)*
82
-
A name for the step that can be used in the `<Progress>` component in order to display step titles.
93
+
A name for the step that can later be accessed on [`context.wizard`](#contextwizard).
83
94
##### `className`: string *(optional)*
84
95
CSS classes to be added to the `<div>` created by `<Step>`.
85
96
@@ -95,7 +106,7 @@ An object describing the current step with the signature: `{ path: string, name:
95
106
---
96
107
97
108
### `<Navigation>`
98
-
Wrapper component for the Navigation of your `<Step>`. Extends its child's props with [`context.wizard`](#contextwizard) and passes [`context.wizard`](#contextwizard) to its render prop.
109
+
Exposes the Wizard navigation functionality for your components to use. Extends its child's props with [`context.wizard`](#contextwizard) and passes [`context.wizard`](#contextwizard) to its render prop.
99
110
#### Props
100
111
##### `render(wizard)`: function *(optional)*
101
112
A function that will be used as the render function of `<Navigation>`.
0 commit comments