Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/celerforge/freenote
/ FormButtonProps
Interface
FormButtonProps
src/components/form-button.tsx:5–7 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3
import { useFormState } from
"react-hook-form"
;
4
5
interface FormButtonProps extends ButtonProps {
6
pendingText?: string;
7
}
8
9
export function FormButton({
10
children,
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected