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

# FundTitle

```ts theme={null}
function FundTitle(props: FundTitleProps): Element;
```

The FundTitle component is a component that displays the title of the Fund component.

## Parameters

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

## Returns

`Element`

The FundTitle component.
