cap-comp

1.1.31 • Public • Published

Puzzle CAPTCHA for ReactJS

A simple and interactive puzzle CAPTCHA component for React applications.

Installation

Install the package using npm or yarn:

npm install cap-comp

or

yarn add cap-comp

Usage

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

Props

Prop Type Description
GetCaptcha component Component that fetches and displays a new CAPTCHA challenge.

Features

  • Drag-and-drop puzzle verification
  • Customizable images
  • Easy-to-use React component

License

This project is licensed under the ISC License.

/cap-comp/

    Package Sidebar

    Install

    npm i cap-comp

    Weekly Downloads

    2,357

    Version

    1.1.31

    License

    ISC

    Unpacked Size

    363 kB

    Total Files

    4

    Last publish

    Collaborators

    • umrzoqjan