Closed muriloneo closed 3 years ago
How can I put Nav at bottom? -
<StepWizard style={{ flexDirection: "column-reverse" }} nav={<Nav1 />} > does not work.
<StepWizard style={{ flexDirection: "column-reverse" }} nav={<Nav1 />} >
At the demo it's not all clear how it does. [https://github.com/jcmcneal/react-step-wizard/tree/76723d6b8105a720f1968fa0c60128c780105337/app]
The parent component does not accept a style prop. You must define a css class and pass it to the className prop and it should work for you!
style
className
How can I put Nav at bottom? -
<StepWizard style={{ flexDirection: "column-reverse" }} nav={<Nav1 />} >
does not work.At the demo it's not all clear how it does. [https://github.com/jcmcneal/react-step-wizard/tree/76723d6b8105a720f1968fa0c60128c780105337/app]