MCPcopy Index your code
hub / github.com/WebDevSimplified/react-multistep-form / goTo

Function goTo

src/useMultistepForm.ts:20–22  ·  view source on GitHub ↗
(index: number)

Source from the content-addressed store, hash-verified

18 }
19
20 function goTo(index: number) {
21 setCurrentStepIndex(index)
22 }
23
24 return {
25 currentStepIndex,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected