jcmcneal / react-step-wizard

A modern flexible step wizard component built for React.
MIT License
580 stars 126 forks source link

Nav at bottom - <StepWizard style={{ flexDirection: "column-reverse" }} nav={<Nav1 />} > does not works #80

Closed muriloneo closed 3 years ago

muriloneo commented 3 years ago

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]

jcmcneal commented 3 years ago

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!