> ## 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.

# FundModalTrigger

```ts theme={null}
function FundModalTrigger(props: FundModalTriggerProps): Element;
```

A trigger button that opens the fund modal.

## Parameters

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

## Returns

`Element`

The FundModalTrigger component.

## See

[FundModal](/sdks/cdp-sdks-v2/frontend/@coinbase/cdp-react/Components/FundModal) for the fund modal component.
