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

# SignInModalContent

```ts theme={null}
function SignInModalContent(props: SignInModalContentProps): Element;
```

The sign in modal content.

## Parameters

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

## Returns

`Element`

The SignInModalContent component.
