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

# LinkAuthModalTrigger

```ts theme={null}
function LinkAuthModalTrigger(props: LinkAuthModalTriggerProps): Element;
```

A trigger button that opens the link auth modal.

## Parameters

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

## Returns

`Element`

The LinkAuthModalTrigger component.
