We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 105c9f3 commit fc2ec8eCopy full SHA for fc2ec8e
1 file changed
README.md
@@ -136,7 +136,7 @@ import Stepper from 'react-vertical-stepper';
136
137
function App() {
138
139
- const stylesOverrride = {
+ const stylesOverride = {
140
LabelTitle: (step, stepIndex) => ({...styles}),
141
ActiveLabelTitle: (step, stepIndex) => ({...styles}),
142
LabelDescription: (step, stepIndex) => ({...styles}),
@@ -149,9 +149,9 @@ function App() {
149
};
150
return (
151
<Stepper
152
- steps={stepsArray}
153
- currentStepIndex={currentStepIndex}
154
- styles={stylesOverrride}
+ steps={stepsArray}
+ currentStepIndex={currentStepIndex}
+ styles={stylesOverride}
155
/>
156
);
157
}
0 commit comments