react-use-wizard icon indicating copy to clipboard operation
react-use-wizard copied to clipboard

🧙 A React wizard (stepper) builder without the hassle, powered by hooks.

Results 25 react-use-wizard issues
Sort by recently updated
recently updated
newest added

See repro: https://codesandbox.io/embed/clever-cloud-tigmwb?fontsize=14&hidenavigation=1&theme=dark After clicking "Add step" it's not possible to navigate to step "four". Step count is not correctly set inside goToStep(). nextStep() and previousStep() work fine.

Is there any way to couple `react-use-wizard` with route-based views separate for each step? Let's say I'm using Next.js and the structure would look like this: ``` /pages _app.tsx step1.tsx...

Add more examples to demonstrate more use cases * Usage with Formik/react-hook-form * Usage with a wrapper component (to showcase the different use cases, like progress indicator) * ... See...

documentation

Hello Author! We like to have a onStepChange(activeStepIndex: number) => void callback on the Wizard component. At the moment it's really hard to communicate wizard state to other components outside...

question

I'm building a multi step form and on each step I need to validate different fields. The problema I'm finding is that I have to wrap te steps outside the...

Return the last viewed/active step Eg: Step1 - viewed Step2 - viewed Step3 - current (active) Step4 - viewed (prev active) I went to step 4 and returned to step...

Make it possible to interrupt the handleStep to navigate to next step.

We would like to change the handleStep type to return a boolean | void. Use case where you perform logic or async calls in the handleStep which can decide if...

enhancement
question

Bumps [es5-ext](https://github.com/medikoo/es5-ext) from 0.10.53 to 0.10.63. Release notes Sourced from es5-ext's releases. 0.10.63 (2024-02-23) Bug Fixes Do not rely on problematic regex (3551cdd), addresses #201 Support ES2015+ function definitions in...

dependencies

Bumps [ip](https://github.com/indutny/node-ip) from 1.1.5 to 1.1.9. Commits 1ecbf2f 1.1.9 6a3ada9 lib: fixed CVE-2023-42282 and added unit test 5dc3b2f 1.1.8 8e6f28b lib: even better node 6 support 088c9e5 1.1.7 1a4ca35 lib:...

dependencies