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

Function handleComplete

src/tailwind/Components/Stepper/Stepper.jsx:48–51  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

46 };
47
48 const handleComplete = () => {
49 setDirection(1);
50 updateStep(totalSteps + 1);
51 };
52
53 return (
54 <div

Callers

nothing calls this directly

Calls 1

updateStepFunction · 0.70

Tested by

no test coverage detected