1.0.14 • Published 1 year ago

form_recaptcha v1.0.14

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

Form Re-CAPTCHA

Simple captcha for NEXT JS Form.

Installation

Via npm:

$ npm install form_recaptcha

Usage (for next.js)

import Captcha from 'form_recaptcha';

const [codeValue, setCodeValue] = useState('');

<Captcha
  codeValue={codeValue}
  onCodeValueChanged={setCodeValue}
  buttonLabel='New Captcha'
/>
1.0.14

1 year ago

1.0.12

1 year ago

1.0.11

1 year ago

1.0.10

1 year ago

1.0.9

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago