@schibstedspain/sui-form-captcha
v1.2.0
Published
> FormCaptcha uses reCAPTCHA v2 with Checkbox variation
Readme
FormCaptcha
FormCaptcha uses reCAPTCHA v2 with Checkbox variation
See documentation
Installation
$ npm install @schibstedspain/sui-form-captcha --saveUsage
Basic usage
import FormCaptcha from '@schibstedspain/sui-form-captcha'
return (
<FormCaptcha
locale="es"
siteKey="key123456789"
onSubmit={response => console.log(response)}
/>
)Find full description and more examples in the demo page.
