1.2.0 • Published 7 years ago
@schibstedspain/sui-form-captcha v1.2.0
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.