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

# SignInModalTrigger

```ts theme={null}
function SignInModalTrigger(props: SignInModalTriggerProps): Element;
```

A trigger button that opens the sign in modal.

## Parameters

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

## Returns

`Element`

The SignInModalTrigger component.
