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

# CDPReactProviderProps

CDPReactProviderProps

## Properties

| Property                                          | Type                                                                                     | Description                                                                                                                                                                                   |
| ------------------------------------------------- | ---------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| <a id="config" /> `config`                        | [`Config`](/sdks/cdp-sdks-v2/frontend/@coinbase/cdp-react/Type-Aliases/Config)           | The app configuration                                                                                                                                                                         |
| <a id="name" /> `name?`                           | `string`                                                                                 | The provider name, i.e. to distinguish between multiple providers                                                                                                                             |
| <a id="theme" /> `theme?`                         | `Partial`\<[`Theme`](/sdks/cdp-sdks-v2/frontend/@coinbase/cdp-react/Type-Aliases/Theme)> | The theme values to override                                                                                                                                                                  |
| <a id="data-cdp-provider" /> `data-cdp-provider?` | `string`                                                                                 | Provider name for multi-provider coordination. Used internally by CDPReactProvider to identify which provider owns focused elements. If not provided, a unique ID is generated automatically. |
