1.2.0 • Published 5 years ago

@schibstedspain/sui-form-captcha v1.2.0

Weekly downloads
1
License
MIT
Repository
-
Last release
5 years ago

FormCaptcha

FormCaptcha uses reCAPTCHA v2 with Checkbox variation

See documentation

Installation

$ npm install @schibstedspain/sui-form-captcha --save

Usage

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.