MCPcopy Create free account
hub / github.com/DavidHDev/react-bits / handleComplete

Function handleComplete

src/ts-tailwind/Components/Stepper/Stepper.tsx:72–75  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

70 };
71
72 const handleComplete = () => {
73 setDirection(1);
74 updateStep(totalSteps + 1);
75 };
76
77 return (
78 <div

Callers

nothing calls this directly

Calls 1

updateStepFunction · 0.70

Tested by

no test coverage detected