MCPcopy Create free account

hub / github.com/Marcosfitzsimons/multi-step-form / functions

Functions22 in github.com/Marcosfitzsimons/multi-step-form

↓ 10 callersFunctioncn
(...inputs: ClassValue[])
lib/utils.ts:4
↓ 6 callersFunctionupdateForm
(fieldToUpdate: Partial<FormItems>)
app/page.tsx:76
↓ 5 callersFunctiongoTo
(index: number)
hooks/useMultiplestepForm.ts:24
↓ 1 callersFunctionhandleCheckboxChange
(addOnId: number, checked: boolean)
components/AddonsForm.tsx:10
↓ 1 callersFunctionnextStep
()
hooks/useMultiplestepForm.ts:9
↓ 1 callersFunctionuseMultiplestepForm
(steps: number)
hooks/useMultiplestepForm.ts:5
FunctionAddonsForm
({ addOns, yearly, updateForm }: stepProps)
components/AddonsForm.tsx:9
FunctionFinalStep
({ yearly, plan, addOns, goTo }: StepProps)
components/FinalStep.tsx:12
FunctionFormWrapper
({ title, description, children }: FormWrapperProps)
components/FormWrapper.tsx:28
FunctionHead
()
app/head.tsx:1
FunctionHome
()
app/page.tsx:62
FunctionPlanForm
({ updateForm, plan, yearly }: stepProps)
components/PlanForm.tsx:20
FunctionRootLayout
({ children, }: { children: React.ReactNode; })
app/layout.tsx:12
FunctionSideBar
({ currentStepIndex, goTo }: NavProps)
components/SideBar.tsx:8
FunctionSuccessMessage
()
components/SuccessMessage.tsx:22
FunctionUserInfoForm
({ name, email, phone, errors, updateForm, }: StepProps)
components/UserInfoForm.tsx:11
FunctionhandleCheckedChange
(yearlyUpdated: boolean)
components/PlanForm.tsx:24
FunctionhandleOnSubmit
(e: React.FormEvent<HTMLFormElement>)
app/page.tsx:123
FunctionhandleValueChange
(planSelected: Plan)
components/PlanForm.tsx:29
Functionhandler
( req: NextApiRequest, res: NextApiResponse<Data> )
pages/api/hello.ts:8
FunctionpreviousStep
()
hooks/useMultiplestepForm.ts:18
Functionrefresh
()
components/SuccessMessage.tsx:23