You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`siteKey`|`string`| sitekey for your website | ✅ |
32
-
|`theme`|`'light' \| 'dark' \| 'auto'`| colour theme of the widget (defaults to `auto`) | ❌ |
33
-
|`size`|`'normal' \| 'compact' \| 'invisible'`| size of the widget (defaults to `normal`)| ❌ |
32
+
|`theme`|`'light' \| 'dark' \| 'auto'`| colour theme of the widget (defaults to `auto`) | ❌ |
33
+
|`size`|`'normal' \| 'compact'`| size of the widget (defaults to `normal`) | ❌ |
34
34
|`action`|`string`| A string that can be used to differentiate widgets, returned on validation | ❌ |
35
35
|`cData`|`string`| A string that can attach customer data to a challange, returned on validation | ❌ |
36
-
|`tabIndex`|`number`| Used for accessibility (defaults to `0`) | ❌ |
37
-
|`forms`|`boolean`| if true the response token will be a property on the form data (default `true`) | ❌ |
36
+
|`tabIndex`|`number`| Used for accessibility (defaults to `0`) | ❌ |
37
+
|`forms`|`boolean`| if true the response token will be a property on the form data (default `true`) | ❌ |
38
38
|`formsField`|`string`| the `name` of the input which will appear on the form data (default `cf-turnstile-response`) | ❌ |
39
39
40
40
For more information about some of the props [checkout the Cloudflare Documentation](https://developers.cloudflare.com/turnstile/get-started/client-side-rendering/#configurations).
0 commit comments