jcmcneal / react-step-wizard

A modern flexible step wizard component built for React.
MIT License
583 stars 126 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 1 year ago

trying the same thing, did you found a way?