MCPcopy Create free account
hub / github.com/bholmesdev/simple-stack / Form

Function Form

examples/playground/src/components/react/Form.tsx:51–93  ·  view source on GitHub ↗
({
	children,
	validator,
	context,
	fieldErrors,
	name,
	...formProps
}: {
	validator: FormValidator;
	context?: FormContextType;
	fieldErrors?: FieldErrors;
} & Omit<ComponentProps<"form">, "method" | "onSubmit">)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 2

validateFormFunction · 0.85
useCreateFormContextFunction · 0.70

Tested by

no test coverage detected