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

# LinkAuthTitle

```ts theme={null}
function LinkAuthTitle(props: LinkAuthTitleProps): null | Element;
```

A title for the LinkAuth component.

## Parameters

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

## Returns

`null` | `Element`

The LinkAuthTitle component.

## See

[LinkAuth](/sdks/cdp-sdks-v2/frontend/@coinbase/cdp-react/Components/LinkAuth)
