Skip to content

Commit 98065fa

Browse files
authored
docs(recaptcha): note about passthrough-props
1 parent 6180961 commit 98065fa

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

www/src/pages/docs.mdx

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,10 +84,11 @@ In Netlify dashboard you have to set SITE_RECAPTCHA_KEY and SITE_RECAPTCHA_SECRE
8484

8585
Available props:
8686

87-
| Name | Req | Description |
88-
| --------- | --- | ------------------------------------------------- |
89-
| siteKey | Y | Recaptcha public site key. |
90-
| invisible | N | Set whether reCAPTCHA should be invisible or not. |
87+
| Name | Req | Description |
88+
| --------- | --- | ------------------------------------------------------------------------------------------------------------------------------------------ |
89+
| siteKey | Y | Recaptcha public site key. |
90+
| invisible | N | Set whether reCAPTCHA should be invisible or not. |
91+
| *(any)* | N | Any other prop will be passed through to the [underlying component](https://www.npmjs.com/package/react-google-recaptcha#component-props). |
9192

9293
<!-- prettier-ignore -->
9394
*[Req]: Required

0 commit comments

Comments
 (0)