> ## Documentation Index
> Fetch the complete documentation index at: https://docs.cdp.coinbase.com/llms.txt
> Use this file to discover all available pages before exploring further.

# FundForm

```ts theme={null}
function FundForm(props: FundFormProps): Element;
```

The FundForm component is a form that allows the user to fund their wallet.

## Parameters

| Parameter | Type                                                                                       | Description                           |
| --------- | ------------------------------------------------------------------------------------------ | ------------------------------------- |
| `props`   | [`FundFormProps`](/sdks/cdp-sdks-v2/frontend/@coinbase/cdp-react/Interfaces/FundFormProps) | The props for the FundForm component. |

## Returns

`Element`

The FundForm component.
