Socket
Socket
Sign inDemoInstall

@s-ui/react-form-captcha

Package Overview
Dependencies
8
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @s-ui/react-form-captcha

> FormCaptcha uses reCAPTCHA v2 with Checkbox variation


Version published
Weekly downloads
55
decreased by-17.91%
Maintainers
1
Install size
458 kB
Created
Weekly downloads
 

Readme

Source

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.

FAQs

Last updated on 27 Oct 2022

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc