A simple and interactive puzzle CAPTCHA component for React applications.
Install the package using npm or yarn:
npm install cap-comp
or
yarn add cap-comp
Import and use the GetCaptcha
component in your React application:
import React from 'react'
import { GetCaptcha } from "cap-comp";
const App = () => {
return (
<div>
<GetCaptcha secretKey="your_secret_key"/>
</div>
)
}
export default App
Prop | Type | Description |
---|---|---|
GetCaptcha |
component |
Component that fetches and displays a new CAPTCHA challenge. |
- Drag-and-drop puzzle verification
- Customizable images
- Easy-to-use React component
This project is licensed under the ISC License.