jcmcneal / react-step-wizard

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

Access props inside StepWizard #109

Open mvilasboas opened 2 years ago

mvilasboas commented 2 years ago

I need to pass the props "nextStep" inside a component. Is there any way to do it?

Example:

Nozight commented 2 years ago

trying the same thing, did you found a way?