react-step-progress
react-step-progress copied to clipboard
Dynamic multi-step progress indicator for React.
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Why you didn't give event on previous button as well.
react: ^16 || ^17
I am also using react-hook-form, anyone has ideas to work with both? Thanks
Bumps [dns-packet](https://github.com/mafintosh/dns-packet) from 1.3.1 to 1.3.4. Commits ebdf849 1.3.4 ac57872 move all allocUnsafes to allocs for easier maintenance c64c950 1.3.3 0598ba1 fix .. in encodingLength 010aedb 1.3.2 0d0d593 backport encodingLength...
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.19 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...
I want to pass props to my component that is being rendered in the content. I am a newbie and don't know how should i go about it. Please help....
Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.4.7 to 1.5.1. Commits eb6d9f5 [dist] 1.5.1 750d8e8 [fix] Fixes relative path resolving #199 #200 (#201) 3ac7774 [test] Make test consistent for browser testing 267a0c6 [dist] 1.5.0...
## Proposal Expose a `useStepProgress()` hook which returns `stepForward()` & `stepBackwards() `to allow custom implementations of the Next and Previous Buttons ## Reasoning It would be great to separate some...
I'm wondering, how the data of each form/steps needs to be obtained. Thanks