1.8.0 • Published 2 years ago

@s-ui/react-form-captcha v1.8.0

Weekly downloads
541
License
MIT
Repository
-
Last release
2 years ago

FormCaptcha

FormCaptcha uses reCAPTCHA v2 with Checkbox variation

See documentation

Installation

$ npm install @s-ui/react-form-captcha --save

Usage

Basic usage

import FormCaptcha from '@s-ui/react-form-captcha'

return (
  <FormCaptcha
    locale="es"
    siteKey="key123456789"
    onSubmit={response => console.log(response)}
  />
)

Find full description and more examples in the demo page.