Documentation Index
Fetch the complete documentation index at: https://docs.cloud.coinbase.com/llms.txt
Use this file to discover all available pages before exploring further.
The props for the FundForm component.
Extends
Omit<FormHTMLAttributes<HTMLFormElement>, "children">
Properties
| Property | Type |
|---|
children? | (params: { view: "form" | "error" | "transaction-status"; Content: ReactNode; }) => ReactNode |
openIn? | "popup" | "tab" |
submitLabel? | ReactNode |
onPopupOpen? | (popup: Window) => void |
onPopupClose? | () => void |
unmountOnTransactionError? | boolean |
unmountOnTransactionSuccess? | boolean |
unmount? | () => void |